{#await data} {:then _}

Backup-Code

Activate 2 Factor

{#if user_data.require_password}
Two Factor authentication is activated
{:else}
Two Factor authentication is deactivated
{/if}

Webauthn

{#if security_keys.length > 0}

Webauthn is available

{:else}

Webauthn is not available

{/if}
    {#each security_keys as key, i}
  • {/each}

Totp

{#if totp_activated}

Totp is available

{:else}

Totp is not available

{/if}
{#if totp_activated} {:else} {/if}
{/await} {#if totp_data} {/if} {#if backup_code} {/if}