aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/Login.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-19 13:25:44 -0400
committerIvan Chen <ivan@tagg.id>2021-03-19 13:25:44 -0400
commite207b2bd73a18a3602ef3f2ef707f8d8fd889903 (patch)
treef336bc1cafa8af3fbbca6afa22b4a00c990d4f1f /src/screens/onboarding/Login.tsx
parent853b92cce77bd84fd93806b6519afa4ac4dde508 (diff)
changed alert text, login works
Diffstat (limited to 'src/screens/onboarding/Login.tsx')
-rw-r--r--src/screens/onboarding/Login.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx
index cfa39dbd..6d9d3a97 100644
--- a/src/screens/onboarding/Login.tsx
+++ b/src/screens/onboarding/Login.tsx
@@ -170,6 +170,7 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => {
} else if (statusCode === 200 && !data.isOnboarded) {
navigation.navigate('InvitationCodeVerification', {
userId: data.UserID,
+ username: username,
});
setTimeout(() => {
Alert.alert(ERROR_NOT_ONBOARDED);