fix(auth): replace sign-out page with accessible custom LiveView
This commit is contained in:
parent
ba66bc15db
commit
a27425b5fb
5 changed files with 93 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ defmodule MvWeb.Router do
|
|||
|
||||
# ASHAUTHENTICATION GENERATED AUTH ROUTES
|
||||
auth_routes AuthController, Mv.Accounts.User, path: "/auth"
|
||||
sign_out_route AuthController
|
||||
sign_out_route AuthController, "/sign-out", live_view: MvWeb.SignOutLive
|
||||
|
||||
# Remove these if you'd like to use your own authentication views
|
||||
sign_in_route register_path: "/register",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue