Closed leirbag95 closed 2 years ago
Fixed of the following issue : https://github.com/aleph-im/aleph-account/issues/26
I added the following regex rule:
rules: { url: (value) => { const pattern = /^(ftp|http|https):\/\/[^ "]+$/ return pattern.test(value) || 'Please enter a valid address.' } }
It allows to check that the provided format is a real address
Fixed of the following issue : https://github.com/aleph-im/aleph-account/issues/26
I added the following regex rule:
It allows to check that the provided format is a real address