@(resetPasswordForm: Form[controllers.landing.ResetPasswordData])(implicit messages: Messages, flash: Flash) Forgot your password? | Recogito

Forgot your password?

Enter your e-mail address and we will send instructions to reset your password.

@flash.get("error").map { msg =>

@msg

} @helper.form(action = controllers.landing.routes.ResetPasswordController.resetPassword(), args = 'autocomplete -> "off") { @helper.inputText(resetPasswordForm("email"), args = 'placeholder -> "Email", 'autocomplete -> "off") }