Merge branch 'resize' of MyFit/users-myfit into master

This commit is contained in:
2023-03-02 11:35:17 +00:00
committed by Gogs
3 changed files with 9 additions and 3 deletions
@@ -62,8 +62,6 @@ export default function SignUp() {
})
return
}
//checks if email is a valid email address
let regEx = /^[^0-9][a-zA-Z0-9._%+-]+@[a-zA-Z]+(\.[a-zA-Z]+)+$/;
if (regEx.test(email) == false) {