Skip to content

Commit

Permalink
Merge pull request #267 from Real-Dev-Squad/qrTokenUpdated
Browse files Browse the repository at this point in the history
Qr token updated
  • Loading branch information
shreya-mishra authored Oct 9, 2023
2 parents 3a39f6a + 923efcf commit f1f85cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/AuthScreen/AuthScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const AuthScreen = () => {
setCameraActive(false);
setModalVisible(true);
},
}, // ok -> Modal (press done button once you verify yourself from mysite) -> Done > loader? -> get call implementation =?> userdata => autorize -> if fail ? toast msgs ? homscreen
},
]);
} else {
await data.json();
Expand All @@ -179,7 +179,7 @@ const AuthScreen = () => {
} catch (err) {
Toast.show({
type: 'error',
text1: 'Something went wrong, please try again later',
text1: err,
position: 'bottom',
bottomOffset: 80,
});
Expand Down

0 comments on commit f1f85cf

Please sign in to comment.