mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-17 08:00:34 +02:00
fix remove too strict validation on email FROM
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -466,7 +466,6 @@
|
||||
minLength={5}
|
||||
maxLength={254}
|
||||
required
|
||||
pattern="([a-zA-Z0-9 ]+<)?[a-zA-Z0-9\._\-]+@[a-zA-Z0-9\._\-]+>?"
|
||||
bind:value={formValues.mailHeaderFrom}
|
||||
placeholder="Alice <a@example.test>"
|
||||
toolTipText="Header From. ex. '<a@example.test>'"
|
||||
|
||||
Reference in New Issue
Block a user