fix(auth): replace sign-out page with accessible custom LiveView
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Moritz 2026-06-01 20:06:32 +02:00
parent ba66bc15db
commit a27425b5fb
5 changed files with 93 additions and 1 deletions

View file

@ -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",