Skip to content

Commit 24b96c5

Browse files
chore: fixed typing
1 parent 268bb9b commit 24b96c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hooks/src/useSilentLoginAndLogout.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const useSilentLoginAndLogout = ({
2121
is_client_store_initialized: boolean;
2222
isOAuth2Enabled: boolean;
2323
oAuthLogout: () => Promise<void>;
24-
prevent_single_login: boolean;
24+
prevent_single_login?: boolean;
2525
}) => {
2626
const loggedState = Cookies.get('logged_state');
2727

0 commit comments

Comments
 (0)