Reset password
We'll send you an email with a link to reset your password.
{ isLoading = true; return async ({ update }) => { isLoading = false; update(); }; }}>
Email
{#if isLoading}
{/if} Sign In
{#if form?.success}
An email has been sent to reset your password.
{/if}