Skip to content

Commit c761bdc

Browse files
Update app/src/main/java/com/cornellappdev/uplift/ui/viewmodels/onboarding/ProfileCreationViewModel.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 53f8032 commit c761bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/cornellappdev/uplift/ui/viewmodels/onboarding/ProfileCreationViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ProfileCreationViewModel @Inject constructor(
7575
copy(isGoalSkipped = true)
7676
}
7777
createUser()
78-
navigateToHome()
78+
}
7979
}
8080

8181
fun onNext() {

0 commit comments

Comments
 (0)