We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b1b8c commit 1878338Copy full SHA for 1878338
js/TxUtils.js
@@ -70,7 +70,7 @@ function checkSignature(signature) {
70
}
71
72
function isValidOpenAliasAddress(address) {
73
- var regex = /^[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)+$/; // Basic domain structure
+ var regex = /^[A-Za-z0-9-@]+(\.[A-Za-z0-9-]+)+$/; // Basic domain structure, allow email-like address
74
75
if (!regex.test(address)) {
76
return false;
0 commit comments