We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b661e commit 99d34a5Copy full SHA for 99d34a5
components/Checkout/Billing.component.jsx
@@ -25,7 +25,7 @@ const inputs = [
25
customValidation: getCustomNumberValidation(
26
{ pattern: 'Du må oppgi en gyldig epost' },
27
undefined,
28
- /[^@]+@[^@]+\.[^@]+/i
+ /^[a-z0-9_!#$%&'*+\/=?`{|}~^.-]+@[a-z0-9.-]+$/gim
29
),
30
},
31
{
0 commit comments