some not working changes trying to fix user login to include a username

This commit is contained in:
2026-04-08 04:34:16 -04:00
parent 31a8f03ab2
commit 2d5914c970
4 changed files with 66 additions and 83 deletions

View File

@@ -18,6 +18,6 @@ defmodule MixerWeb.AuthOverrides do
# Inject the username field into the password registration form
override AshAuthentication.Phoenix.Components.Password do
set :register_extra_component, &MixerWeb.AuthComponents.username_register_field/1
set :register_extra_component, &MixerWeb.AuthComponents.username_field/1
end
end