Skip to content

Commit

Permalink
Fixed scanner 'Something Went Wrong' toast on signup screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv036 committed Sep 6, 2023
1 parent 4fe7e8a commit c9d7f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/screens/AuthScreen/AuthScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ const AuthScreen = () => {
};

useEffect(() => {
getAuthStatus();
if (scannedUserId != '') {
getAuthStatus();
}
/* eslint-disable */
}, [scannedUserId]);

Expand Down

0 comments on commit c9d7f23

Please sign in to comment.