fixing auth login flow and making custom login flow
This commit is contained in:
@@ -9,12 +9,10 @@ defmodule MixerWeb.AuthOverrides do
|
||||
|
||||
# For a complete reference, see https://hexdocs.pm/ash_authentication_phoenix/ui-overrides.html
|
||||
|
||||
# override AshAuthentication.Phoenix.Components.Banner do
|
||||
# set :image_url, "https://media.giphy.com/media/g7GKcSzwQfugw/giphy.gif"
|
||||
# set :text_class, "bg-red-500"
|
||||
# end
|
||||
|
||||
# override AshAuthentication.Phoenix.Components.SignIn do
|
||||
# set :show_banner, false
|
||||
# end
|
||||
override AshAuthentication.Phoenix.Components.Banner do
|
||||
set :image_url, nil
|
||||
set :dark_image_url, nil
|
||||
set :text, "⬡ Mixer"
|
||||
set :text_class, "text-3xl font-bold tracking-tight"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user