feat: add overrides for sign in page
This commit is contained in:
parent
dd77be0388
commit
ddf9348eb8
3 changed files with 10 additions and 4 deletions
|
|
@ -14,7 +14,12 @@ defmodule MvWeb.AuthOverrides do
|
|||
# set :text_class, "bg-red-500"
|
||||
# end
|
||||
|
||||
# override AshAuthentication.Phoenix.Components.SignIn do
|
||||
# set :show_banner, false
|
||||
# end
|
||||
override AshAuthentication.Phoenix.Components.SignIn do
|
||||
set :root_class, "min-w-md"
|
||||
end
|
||||
|
||||
override AshAuthentication.Phoenix.Components.Banner do
|
||||
set :text, "Mitgliederverwaltung"
|
||||
set :image_url, nil
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue