After "mix phx.gen.auth Admins Admin admins" with added working register and login path.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
defmodule BeetRoundServerWeb.AdminRegistrationHTML do
|
||||
use BeetRoundServerWeb, :html
|
||||
|
||||
embed_templates "admin_registration_html/*"
|
||||
end
|
||||
Reference in New Issue
Block a user