diff options
Diffstat (limited to 'Static/Js')
| -rw-r--r-- | Static/Js/register.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Static/Js/register.js b/Static/Js/register.js index c0d9df2..1876c7e 100644 --- a/Static/Js/register.js +++ b/Static/Js/register.js @@ -15,7 +15,7 @@ const regNum = new RegExp(/[0-9]/); const regUpper = new RegExp(/[A-Z]/); const regSpecial = new RegExp(/[`!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?~µ°€£]/); -const regEmail = new RegExp(/^[a-z0-9._-]+@[a-z0-9-]+.[a-z]+$/) +const regEmail = new RegExp(/^[a-z0-9._-]+@[a-z0-9-]+\.[a-z]+$/) // Initialisation des variables let validEmail; |
