🐛 fix: update logout redirection URL to use hash-based routing
This commit is contained in:
parent
3a37e74e71
commit
6ca8109251
@ -55,6 +55,6 @@ export function Logout() {
|
|||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
setRedirectUrl(location.pathname);
|
setRedirectUrl(location.pathname);
|
||||||
location.href = "/auth";
|
location.href = "/#/auth";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user