Skip to content

Commit 84c687e

Browse files
authored
Remove autocomplete attribute from hidden field (#6573)
1 parent 0d994b7 commit 84c687e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

priv/templates/phx.gen.auth/settings_live.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web
4242
name={@password_form[:email].name}
4343
type="hidden"
4444
id="hidden_<%= schema.singular %>_email"
45-
autocomplete="username"
4645
value={@current_email}
4746
/>
4847
<.input

0 commit comments

Comments
 (0)