mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
flows: continous login debug 2025.12 (#21044)
* flows: continous login debug 2025.12 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * no hardcoded prefix Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -182,7 +182,7 @@ export class FlowExecutor
|
||||
const next = qs.get("next");
|
||||
if (next) {
|
||||
const url = new URL(next, window.location.origin);
|
||||
if (url.origin !== window.location.origin) {
|
||||
if (!url.pathname.startsWith(`${globalAK().api.relBase}if/flow`)) {
|
||||
multiTabOrchestrateLeave();
|
||||
}
|
||||
window.location.assign(url);
|
||||
|
||||
Reference in New Issue
Block a user