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