ubicloud/views/account
Jeremy Evans c1b0a1e982 Remove role="form" attribute on form tags
It is redundant. role="form" should be set on non-form tags that
operate as forms, and if a form tag is used that doesn't operate as a
form, you could potentially use a different role, but the assumption
is that a form tag has a form role, so there is no benefit to being
explicit about it.
2025-09-09 02:36:02 +09:00
..
multifactor Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
change_login.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
change_password.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
close_account.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
login_method.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
submenu.erb Do not show Login Methods, Change Password, or Change Email for locked domains 2025-07-16 08:06:32 +09:00
two_factor_manage.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00