diff --git a/src/features/auth/BlockedSession.tsx b/src/features/auth/BlockedSession.tsx index 3356d00..e07c05f 100644 --- a/src/features/auth/BlockedSession.tsx +++ b/src/features/auth/BlockedSession.tsx @@ -14,7 +14,7 @@ export default function BlockedSession() { return ( - + ); diff --git a/src/hooks/useRedirectionRule.ts b/src/hooks/useRedirectionRule.ts index 96e1385..688231e 100644 --- a/src/hooks/useRedirectionRule.ts +++ b/src/hooks/useRedirectionRule.ts @@ -54,8 +54,6 @@ export function getRedirectionRule( if (!isSessionBlocked) { return "/"; } - - return ""; } if (path === "/") {