aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-19 13:04:15 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-19 13:04:15 -0700
commitf40ef473119116a5708c63845a9196d84794ab09 (patch)
tree91861e7e79b7be60633f5c647e4c1e9a3def5e06
parente207b2bd73a18a3602ef3f2ef707f8d8fd889903 (diff)
Removed Welcome to Tagg Popup
-rw-r--r--src/screens/onboarding/InvitationCodeVerification.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screens/onboarding/InvitationCodeVerification.tsx b/src/screens/onboarding/InvitationCodeVerification.tsx
index c8ef16df..7cd4b3bf 100644
--- a/src/screens/onboarding/InvitationCodeVerification.tsx
+++ b/src/screens/onboarding/InvitationCodeVerification.tsx
@@ -79,9 +79,6 @@ const InvitationCodeVerification: React.FC<InvitationCodeVerificationProps> = ({
await AsyncStorage.setItem('userId', userId);
await AsyncStorage.setItem('username', username);
userLogin(dispatch, {userId, username});
- setTimeout(() => {
- Alert.alert(SUCCESS_INVITATION_CODE);
- }, 500);
} else {
Alert.alert(ERROR_INVALID_INVITATION_CODE);
}