regex check to make sure users don't choose a valid ETH address as their username
we already use the regex crate in native_rust_library so it isn't new
Differential D9440
[identity] Make sure username users can't use ETH addresses as usernames on the identity service Authored by varun on Oct 10 2023, 4:09 AM.
Details regex check to make sure users don't choose a valid ETH address as their username we already use the regex crate in native_rust_library so it isn't new unit tests
Diff Detail
|