diff --git a/src/hooks/useRedirectionRule.ts b/src/hooks/useRedirectionRule.ts index 84348a5..76e8785 100644 --- a/src/hooks/useRedirectionRule.ts +++ b/src/hooks/useRedirectionRule.ts @@ -35,7 +35,7 @@ export default function useRedirectionRule(): string { export interface RedirectionContext { path: string; hasAuth: boolean; - isSessionBlocked: boolean; + isSessionBlocked?: boolean; pendingCall?: string; ongoingCall?: string; }