Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
[Closes #322] Update signup.js show alert Max Age (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Li <[email protected]>
  • Loading branch information
benperlman and francisli authored Dec 21, 2023
1 parent 377e797 commit afccacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screens/onboarding/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default function SignUpScreen({navigation, route}) {
} else if (parsedAge > 110) {
setAlertTitle(Strings.signUp.ageAlertTitle);
setAlertMessage(Strings.signUp.ageMaxMessage);
setShowAlert(true);
return;
}
setLoading(true);
Expand Down

0 comments on commit afccacd

Please sign in to comment.