tangled
alpha
login
or
join now
willdot.net
/
cocoon
forked from
hailey.at/cocoon
0
fork
atom
An atproto PDS written in Go
0
fork
atom
overview
issues
pulls
pipelines
enroll button
hailey.at
8 months ago
7a67e507
4a6c9425
+1
1 changed file
expand all
collapse all
unified
split
server
templates
account.html
+1
server/templates/account.html
···
12
12
<main class="container base-container authorize-container margin-top-xl">
13
13
<h2>Welcome, {{ .Repo.Handle }}</h2>
14
14
<ul>
15
15
+
<li><a href="/account/totp-enroll">Enroll in TOTP</a></li>
15
16
<li><a href="/account/signout">Sign Out</a></li>
16
17
</ul>
17
18
{{ if .flashes.successes }}