Skip to content

Commit

Permalink
Merge pull request #48 from sparrowapp-dev/fix/mismatched-validation-…
Browse files Browse the repository at this point in the history
…of-wrong-password

fix : correct text in different places [123]
  • Loading branch information
itsmdasifraza authored Jun 4, 2024
2 parents bb88536 + 27c82d9 commit 798bf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const forgotPasswordSchema = yup.object().shape({
email: yup
.string()
.email()
.required('Please enter an Email')
.required('Please enter an Email ID')
.matches(
emailRegex,
'Please enter a valid Email ID'
Expand Down

0 comments on commit 798bf96

Please sign in to comment.