diff --git a/apps/user/src/utils/common.ts b/apps/user/src/utils/common.ts index df262b3..2c07e45 100644 --- a/apps/user/src/utils/common.ts +++ b/apps/user/src/utils/common.ts @@ -55,6 +55,6 @@ export function Logout() { ) ) { setRedirectUrl(location.pathname); - location.href = "/auth"; + location.href = "/#/auth"; } }