Steps to reproduce:
- Create a vanilla app with Rails 7.0.3 e.g:
rails new vanillaapp
- Setup clearance including the setup instructions (add flashes to
application.html.erb etc.)
- Run app and sign up with
mail@example.com and test1345
- Log out and try to sign up again with
mail@example.com and test1345
Expected:
See a flash that tells the user that the registration attempt failed.
Actual:
No feedback. Sign up form just gets rerendered.
Steps to reproduce:
rails new vanillaappapplication.html.erbetc.)mail@example.comandtest1345mail@example.comandtest1345Expected:
See a flash that tells the user that the registration attempt failed.
Actual:
No feedback. Sign up form just gets rerendered.