From f40ef473119116a5708c63845a9196d84794ab09 Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Fri, 19 Mar 2021 13:04:15 -0700 Subject: Removed Welcome to Tagg Popup --- src/screens/onboarding/InvitationCodeVerification.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 = ({ 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); } -- cgit v1.2.3-70-g09d2