Update the auth page to remove the images.

This commit is contained in:
2025-04-22 11:55:12 +03:00
parent 757916fb9c
commit 7d1b33af6c
@@ -9,10 +9,12 @@ defmodule DecentralisedBookIndexWeb.AuthOverrides do
# For a complete reference, see https://hexdocs.pm/ash_authentication_phoenix/ui-overrides.html
# override AshAuthentication.Phoenix.Components.Banner do
override AshAuthentication.Phoenix.Components.Banner do
# set :image_url, "https://media.giphy.com/media/g7GKcSzwQfugw/giphy.gif"
# set :text_class, "bg-red-500"
# end
set :image_url, nil
set :dark_image_url, nil
end
# override AshAuthentication.Phoenix.Components.SignIn do
# set :show_banner, false