aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/Login.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-07 14:21:22 -0400
committerIvan Chen <ivan@tagg.id>2021-05-07 14:21:22 -0400
commita2ef180e37211193f41ff5f02e18279e5242c219 (patch)
treea65d21e33e432e3f5683b0141f4f149712a56096 /src/screens/onboarding/Login.tsx
parentfe9d3917b474eeefd026926609f29d2344ad8c53 (diff)
renamed onboarding screens, fixed various minor issue, basic info onboarding working
Diffstat (limited to 'src/screens/onboarding/Login.tsx')
-rw-r--r--src/screens/onboarding/Login.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx
index 3b970864..6922bbc7 100644
--- a/src/screens/onboarding/Login.tsx
+++ b/src/screens/onboarding/Login.tsx
@@ -182,7 +182,7 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => {
* finish step 3, thus does not have a universtiy.
* Redirecting user back to onboarding to finish the process
*/
- navigation.navigate('OnboardingStepThree', {
+ navigation.navigate('ProfileInfoOnboarding', {
userId: data.UserID,
username: username,
});