Skip to content
GitLab
Explore
Sign in
fix: use better email regex
Code
Review changes
Check out branch
Download
Patches
Plain diff
Vojtěch Sassmann
requested to merge
github/fork/Vojtech-Sassmann/fixMailRegex
into
master
Sep 06, 2021
Overview
6
Commits
1
Pipelines
0
Changes
6
Expand
The email regex was too strict, it didn't allow a domain longer than 3 characters.
Also, we had multiple regexes for email. The regex string is moved to utils file so it can be reused.
Merge request reports