Fix internal redirect after logout (#1767)
This commit is contained in:
parent
2aab5b80ff
commit
15ee95fba8
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export function useAuthProvider({
|
||||||
if (externalLogoutUrl) {
|
if (externalLogoutUrl) {
|
||||||
window.location.href = externalLogoutUrl;
|
window.location.href = externalLogoutUrl;
|
||||||
} else {
|
} else {
|
||||||
navigate(path);
|
navigate("/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue