fix: Allow Latin-based Special Characters in Username (#969)

* fix: username validation

* fix: add data-testid to fix e2e workflow
This commit is contained in:
Danny Avila 2023-09-18 16:57:12 -04:00 committed by GitHub
parent b48c618f32
commit 1378eb5097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 194 additions and 8 deletions

View file

@ -35,6 +35,7 @@ const MinimalIcon: React.FC<IconProps> = (props) => {
return (
<div
data-testid="convo-icon"
title={name}
style={{
width: size,