We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268bb9b commit 24b96c5Copy full SHA for 24b96c5
packages/hooks/src/useSilentLoginAndLogout.ts
@@ -21,7 +21,7 @@ const useSilentLoginAndLogout = ({
21
is_client_store_initialized: boolean;
22
isOAuth2Enabled: boolean;
23
oAuthLogout: () => Promise<void>;
24
- prevent_single_login: boolean;
+ prevent_single_login?: boolean;
25
}) => {
26
const loggedState = Cookies.get('logged_state');
27
0 commit comments