aleph-im / aleph-account

Aleph.im's Account management dApp
https://account.aleph.im/
2 stars 3 forks source link

Add format validation on CCN multiaddr and CRN URL. #26

Closed hoh closed 2 years ago

hoh commented 2 years ago

Users can enter invalid formats for the CCN mutliaddr, we should help them only entering multiaddr-looking values. Same for CRN that require an URL.

HTML5 validation with regular expressions is probably sufficient.