Forgot your password?
@if (!hasVerificationParams && !emailSentSuccessfully) {

We will send you an email with instructions to reset your password.

} @if (hasVerificationParams && !passwordChangedSuccessfully) {

Please enter your new password and confirm it.

} @if (emailSentSuccessfully || passwordChangedSuccessfully) {

{{ successMessage }}

To the login
}