{$_("auth.login.welcome")}
{$_("auth.login.title")}
{$_("auth.login.description")}
{$_("auth.login.email")}
{$_("auth.login.password")}
(showPassword = !showPassword)} class="cursor-pointer absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground" > {#if showPassword}
{:else}
{/if}
{$_("auth.login.forgot_password")}
{#if isError}
{$_("auth.login.error")}
{error}
{/if}
{#if isLoading}
{$_("auth.login.signing_in")} {:else} {$_("auth.login.sign_in")} {/if}
{$_("auth.login.no_account")}
{$_("auth.login.sign_up_link")}