{{ template "header.html" . }}

Two-factor authentication

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

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

QR code
{{ else }}

Enter the code from your authenticator app.

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