🐛 fix: update logout redirection URL to use hash-based routing

This commit is contained in:
web 2025-12-15 06:28:15 -08:00
parent 3a37e74e71
commit 6ca8109251

View File

@ -55,6 +55,6 @@ export function Logout() {
)
) {
setRedirectUrl(location.pathname);
location.href = "/auth";
location.href = "/#/auth";
}
}