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