Skip to content

Commit 1abe6ca

Browse files
committed
Add canBeMissing
1 parent 2e5db88 commit 1abe6ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ValidateLoginPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function ValidateLoginPage({
1414
params: {accountID, validateCode, exitTo},
1515
},
1616
}: ValidateLoginPageProps) {
17-
const [session] = useOnyx(ONYXKEYS.SESSION);
17+
const [session] = useOnyx(ONYXKEYS.SESSION, {canBeMissing: true});
1818

1919
useEffect(() => {
2020
// Wait till navigation becomes available

0 commit comments

Comments
 (0)