Adopt the shared Ladill signed-out page for Woo Manager.
Deploy Ladill Woo Manager / deploy (push) Successful in 34s

Logout now lands on the branded sign-out screen with Woo-specific copy instead of the minimal placeholder card.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-07 02:52:02 +00:00
co-authored by Cursor
parent 93bfc3e2d2
commit 1edf5aad43
5 changed files with 45 additions and 20 deletions
@@ -150,7 +150,7 @@ class SsoLoginController extends Controller
// Per-app sign-out: end only this app's session and keep the platform
// (auth.ladill.com) SSO session alive so "Sign in again" re-auths silently
// without a password. Full "sign out of all Ladill apps" lives on account.
return redirect()->away($this->defaultSignedOutUrl());
return redirect()->route('woo.signed-out');
}
/** Platform session ended — clear this app and offer silent sign-in again. */