2FA: OTP Setup
TOTP
- Install an
authenticator application
on your mobile.
-
Scan
the QRCode
HOTP
{% for code in hotp_codes %}
{{ code[:-6] }}
{{ code[-6:] }}
{% endfor %}
{#
2FA: Please Enter your TOTP or HOTP
#}
{% if error %}
{{error}}
{% endif %}
Once you have scanned the QRCode or copied the HOTP codes, Please Enter your TOTP or HOTP