{$_("auth.password_reset.welcome")}
{$_("auth.password_reset.title")}
{$_("auth.password_reset.description")}
{$_("auth.password_reset.password")}
(showPassword = !showPassword)} class="absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground" > {#if showPassword}
{:else}
{/if}
{$_("auth.password_reset.confirm_password")}
(showConfirmPassword = !showConfirmPassword)} class="absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground" > {#if showConfirmPassword}
{:else}
{/if}
{#if isError}
{$_("auth.password_reset.error")}
{error}
{/if}
{#if isLoading}
{$_("auth.password_reset.resetting")} {:else} {$_("auth.password_reset.reset")} {/if}