- {#if factors.totp && (challengeType == AuthenticationFactor.Totp || challengeType == null)}
-
- Enter below a 6-digit one-time code generated by your authentication app.
-
-
- {:else if challengeType == AuthenticationFactor.Email}
-
- A 6-digit verification code was sent to your email, enter it below.
-
-
- {:else if challengeType == AuthenticationFactor.Phone}
-
- A 6-digit verification code was sent to your phone, enter it below.
-
-
- {:else if challengeType == AuthenticationFactor.Recoverycode}
-
- Enter below one of the recovery codes you received when enabling MFA for
- this account.
-
-
- {/if}
-
-
-
- {#if enabledFactors.length > 1}
- or
-
- {#if factors.totp && challengeType != null && challengeType != AuthenticationFactor.Totp}
-
-
-
- {/if}
- {#if factors.email && challengeType != AuthenticationFactor.Email}
-
-
-
- {/if}
- {#if factors.phone && challengeType != AuthenticationFactor.Phone}
-
-
-
- {/if}
- {#if factors.recoveryCode && challengeType != AuthenticationFactor.Recoverycode}
-
-
-
- {/if}
-
- {/if}
-
+