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