From bcfc8a738d1c5071e30e4190fb0992b4b7c16739 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 6 Jan 2026 19:11:09 +0100 Subject: [PATCH] Remove autocomplete attribute from hidden field --- priv/templates/phx.gen.auth/settings_live.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/priv/templates/phx.gen.auth/settings_live.ex b/priv/templates/phx.gen.auth/settings_live.ex index 506fc24aab..e8ed11927f 100644 --- a/priv/templates/phx.gen.auth/settings_live.ex +++ b/priv/templates/phx.gen.auth/settings_live.ex @@ -42,7 +42,6 @@ defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web name={@password_form[:email].name} type="hidden" id="hidden_<%= schema.singular %>_email" - autocomplete="username" value={@current_email} /> <.input