Two factor authentication is already enabled.
}
@if (twoFactorAlreadyEnabled === false) {
@if (step === 'request') {
} @else if (step === 'confirm') {
Scan this QR code into a TOTP app on your phone. This app will generate tokens that you will have to enter when logging in.
If you can't scan the QR code and need to enter it manually, here is the plain-text secret:
{{ twoFactorSecret }}
}
}