We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5db88 commit 1abe6caCopy full SHA for 1abe6ca
1 file changed
src/pages/ValidateLoginPage/index.tsx
@@ -14,7 +14,7 @@ function ValidateLoginPage({
14
params: {accountID, validateCode, exitTo},
15
},
16
}: ValidateLoginPageProps) {
17
- const [session] = useOnyx(ONYXKEYS.SESSION);
+ const [session] = useOnyx(ONYXKEYS.SESSION, {canBeMissing: true});
18
19
useEffect(() => {
20
// Wait till navigation becomes available
0 commit comments