17 lines
No EOL
447 B
HTML
17 lines
No EOL
447 B
HTML
{{ template "_form.html" . }}
|
|
{{ define "form/title" }}Disable TOTP{{ end }}
|
|
{{ define "form/button" }}Disable{{ end }}
|
|
{{ define "form/extra" }}
|
|
<div>
|
|
<a class="pure-button" href="/auth/">Back</a>
|
|
<hr />
|
|
</div>
|
|
{{ end }}
|
|
{{ define "form/inside" }}
|
|
<div>
|
|
<ul>
|
|
<li>remove the TOTP token from your account</li>
|
|
<li>your account will be less secure, but you will be able to login without it</li>
|
|
</ul>
|
|
</div>
|
|
{{ end }} |