Skip to content

Commit 99d34a5

Browse files
committed
Changed email pattern
1 parent c4b661e commit 99d34a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Checkout/Billing.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const inputs = [
2525
customValidation: getCustomNumberValidation(
2626
{ pattern: 'Du må oppgi en gyldig epost' },
2727
undefined,
28-
/[^@]+@[^@]+\.[^@]+/i
28+
/^[a-z0-9_!#$%&'*+\/=?`{|}~^.-]+@[a-z0-9.-]+$/gim
2929
),
3030
},
3131
{

0 commit comments

Comments
 (0)