forked from hailey.at/cocoon
An atproto PDS written in Go

enroll button

Changed files
+1
server
templates
+1
server/templates/account.html
··· 12 <main class="container base-container authorize-container margin-top-xl"> 13 <h2>Welcome, {{ .Repo.Handle }}</h2> 14 <ul> 15 <li><a href="/account/signout">Sign Out</a></li> 16 </ul> 17 {{ if .flashes.successes }}
··· 12 <main class="container base-container authorize-container margin-top-xl"> 13 <h2>Welcome, {{ .Repo.Handle }}</h2> 14 <ul> 15 + <li><a href="/account/totp-enroll">Enroll in TOTP</a></li> 16 <li><a href="/account/signout">Sign Out</a></li> 17 </ul> 18 {{ if .flashes.successes }}