Back to Dex

Totp Verify

web/templates/totp_verify.html

2.45.1372 B
Original Source

{{ template "header.html" . }}

Two-factor authentication

{{ if not (eq .QRCode "") }}

Scan the QR code below using your authenticator app, then enter the code.

{{ else }}

Enter the code from your authenticator app.

{{ .Issuer }}

{{ end }}

One-time code

{{ if .Invalid }} Invalid code. Please try again. {{ end }} Verify {{ template "footer.html" . }}