Reset your password

@if (!emailSent()) {

Enter your account email to get a reset link

}
@if (emailSent()) {

Check your email

Open the link sent to {{ sentTo() }} to choose a new password

If you don't see it, check your spam folder

} @else { @if (errorMessage()) { }
Email @if (form.controls.email.hasError('required')) { Enter your email } @else if (form.controls.email.hasError('email')) { Enter an email address like name@example.com }
}

@if (isLoading()) { Sending reset link… }

Back to sign in