{#if loading}

{$_('oauthDelegation.loading')}

{:else if step === 'identifier'} {#if error}
{error}
{/if}
{:else if step === 'password'} {#if error}
{error}
{/if}
{#if passkeySupported && hasPasskeys}

{$_('oauthDelegation.signInWithPasskey')}

{$_('oauthDelegation.or')}

{$_('oauthDelegation.password')}

{:else}
{/if}
{:else}
{error || $_('oauthDelegation.unableToLoad')}
{/if}