feat: require login

This commit is contained in:
Moritz Böhme 2025-04-06 18:17:37 +02:00
parent 26b33060ee
commit 22fb157d5c
3 changed files with 6 additions and 21 deletions

View file

@ -14,7 +14,7 @@ defmodule PutzplanWeb.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 :show_banner, false
end
end