Skip to content

Commit

Permalink
optional isSessionBlocked
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Oct 29, 2023
1 parent 9abeef7 commit 003971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useRedirectionRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function useRedirectionRule(): string {
export interface RedirectionContext {
path: string;
hasAuth: boolean;
isSessionBlocked: boolean;
isSessionBlocked?: boolean;
pendingCall?: string;
ongoingCall?: string;
}
Expand Down

0 comments on commit 003971b

Please sign in to comment.