feat: set users locale
This commit is contained in:
parent
ec61f28f3c
commit
14061401ea
4 changed files with 46 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ defmodule MvWeb.AuthOverrides do
|
|||
|
||||
# Avoid full-width for the Sign In Form
|
||||
override AshAuthentication.Phoenix.Components.SignIn do
|
||||
set :root_class, "min-w-md"
|
||||
set :root_class, "md:min-w-md"
|
||||
end
|
||||
|
||||
# Replace banner logo with text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue