Closed cgarvis closed 1 month ago
Seems if I remove <.flash_group flash={@flash} />
from the layout, it works fine.
This was already fixed on LV main, and we'll have a new rc out soon. Thanks! https://github.com/phoenixframework/phoenix_live_view/issues/3471
Environment
Actual behavior
I used
phx.gen.auth
to create auth pages. I have not touched them. When I try to reset the password, the browser's autofill causes the form to get out of sync and renders extra fields.Expected behavior
Auto fill new passwords without getting the form out of sync.