CluPilotCloud/app/Http
nexxo 5a40107256 Return to the console by name after impersonation, not a bare path
redirect()->to(AdminArea::home()) resolved against whatever host the
leave() POST itself arrived on — the portal's, once the console has a
hostname of its own — landing the operator on the portal's dashboard
instead of back at the console. route('admin.overview') is domain-bound
to the console and generates the correct cross-host URL, matching what
this line did before this branch. The test named after this behaviour
now actually asserts it.
2026-07-28 13:30:56 +02:00
..
Controllers Return to the console by name after impersonation, not a bare path 2026-07-28 13:30:56 +02:00
Middleware Let the owner make two-factor compulsory, without locking themselves out 2026-07-28 12:08:08 +02:00