Skip to content

Commit 805b4f7

Browse files
committed
Use all instad of logoutAll
Signed-off-by: Phillip Rak <[email protected]>
1 parent 44396ca commit 805b4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/store/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export const actions = {
420420

421421
// SLO - Single-sign logout - will logout auth provider from all places where it's logged in
422422
if (options.slo) {
423-
logoutAction = '?logoutAll';
423+
logoutAction = '?all';
424424
data.finalRedirectUrl = returnTo({ isSlo: true }, this);
425425
}
426426

0 commit comments

Comments
 (0)