Status @if (enabled()) { Active } @else { Disabled }
@if (enabled()) { @if (newRecoveryCodes().length > 0) {

New Authenticator Setup

Scan this QR code with your authenticator app to complete the setup.

Can't scan? Enter manually

Secret key:

{{ newTotpSecret() }}

New Recovery Codes

Save these codes in a secure location. Each code can only be used once.

@for (code of newRecoveryCodes(); track code) {
{{ code }}
}
Copy Codes Dismiss
} @else {

To regenerate your 2FA, enter your current password and a valid authenticator code.

@if (regenerating2fa()) { Regenerating... } @else { Regenerate 2FA } @if (disabling2fa()) { Disabling... } @else { Disable 2FA }
} } @else { @if (enableSetup()) {

Set Up Authenticator

Scan this QR code with your authenticator app.

Can't scan? Enter manually

Secret key:

{{ newTotpSecret() }}
@if (newRecoveryCodes().length > 0) {

Recovery Codes

Save these codes in a secure location. Each code can only be used once.

@for (code of newRecoveryCodes(); track code) {
{{ code }}
}
Copy Codes
}
@if (enabling2fa()) { Verifying... } @else { Verify & Enable 2FA } Cancel
} @else {

Two-factor authentication adds an extra layer of security to your account.

@if (enabling2fa()) { Setting up... } @else { Enable 2FA }
} }