{#if isDesktop.current}
{@render children()}
{#if showAlternativeSignInMethodButton} {/if}
{m.login_background()}
{:else}
{@render children()} {#if showAlternativeSignInMethodButton} {m.dont_have_access_to_your_passkey()} {/if}
{/if}