CluPilotCloud/tests/Feature/Auth
nexxo f970dda0bb Send an already signed-in operator back to the console, not the portal
guest:operator's authenticated-user redirect had no console-aware
override, so it fell to Laravel's own default: the named 'dashboard'
route, the portal. An operator revisiting admin.login while already
signed in bounced to the portal's own login instead — in exclusive
mode, to a 404, since dashboard isn't a console route there.

redirectUsersTo() now mirrors the existing redirectGuestsTo() override
right above it, keyed on the same AdminArea::isConsole($request)
condition, so the two read as a pair.
2026-07-28 15:55:39 +02:00
..
BrandFactsTest.php Say EU and stop there, as the approved template does 2026-07-28 09:19:24 +02:00
LoginTest.php Send an already signed-in operator back to the console, not the portal 2026-07-28 15:55:39 +02:00
OperatorLoginTest.php Send an already signed-in operator back to the console, not the portal 2026-07-28 15:55:39 +02:00
OperatorTwoFactorChallengeTest.php Refuse a two-factor completion for a revoked operator 2026-07-28 15:47:39 +02:00
RegisterTest.php Refuse a portal login for an address that already belongs to an operator 2026-07-28 14:42:16 +02:00
TwoFactorChallengeTest.php feat(portal): Fortify auth + Login/2FA/Dashboard + component kit 2026-07-25 01:20:25 +02:00