Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepmittal committed Sep 5, 2019
1 parent 3a12d3b commit add1223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screens/Signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import ErrorMessage from '../components/ErrorMessage'
const validationSchema = Yup.object().shape({
name: Yup.string()
.label('Name')
.required()
.min(2, 'Must have at least 2 characters'),
email: Yup.string()
.label('Email')
Expand Down

0 comments on commit add1223

Please sign in to comment.