style: formatter seems to work now

This commit is contained in:
Moritz Böhme 2025-04-07 15:03:53 +02:00
parent 70aeb019a5
commit f34936b176
11 changed files with 117 additions and 116 deletions

View file

@ -15,6 +15,6 @@ defmodule PutzplanWeb.AuthOverrides do
# end
override AshAuthentication.Phoenix.Components.SignIn do
set :show_banner, false
set :show_banner, false
end
end