2FA: OTP Setup

TOTP

- Install an authenticator application on your mobile.
- Scan the QRCode

{{ otp_url }}

HOTP

{% for code in hotp_codes %}
{{ code[:-6] }} {{ code[-6:] }}
{% endfor %}
{#

2FA: Please Enter your TOTP or HOTP

#}
{% if error %}
{{error}}
{% endif %}