Update authentication method

This commit is contained in:
2023-11-18 18:20:29 +11:00
parent 9d9ffc9122
commit 3b3ad66ba3
24 changed files with 273 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
module Admin
module Views
module Sessions
class New < Admin::View
config.layout = "minimal"
end
end
end
end