settings - edit EMAIL_LETS_ENCRYPT regex

This commit is contained in:
bunkerity 2021-07-22 09:47:34 +02:00
parent b99fb27df5
commit 4234f82c01
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@
"env": "EMAIL_LETS_ENCRYPT",
"id": "email-lets-encrypt",
"label": "Email lets encrypt",
"regex": "^([a-z0-9\\-\\.]+@([a-z\\-0-9]+\\.?)|.{0})$",
"regex": "^([a-z0-9\-\.]+@[a-z\-0-9\.]+|.{0})$",
"type": "text"
},
{