{#if !mounted || twoFactorVerifyVM.startingVerification}
Preparing Verification
Setting up secure verification...
{:else if twoFactorVerifyVM.verificationToken}
Two-Factor Authentication
Enter the 6-digit code from your authenticator app to continue
{#snippet children({ cells })} {#each cells.slice(0, 3) as cell (cell)} {/each} {#each cells.slice(3, 6) as cell (cell)} {/each} {/snippet}
{#if twoFactorVerifyVM.errorMessage}
{twoFactorVerifyVM.errorMessage}
{/if}

OR

Having trouble?

This verification expires in 10 minutes for your security
{:else}
Verification Setup Failed

{twoFactorVerifyVM.errorMessage || "We couldn't set up your verification session. Please try again."}

{/if}