mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
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:
parent
b48c618f32
commit
1378eb5097
3 changed files with 194 additions and 8 deletions
|
|
@ -35,6 +35,7 @@ const MinimalIcon: React.FC<IconProps> = (props) => {
|
|||
|
||||
return (
|
||||
<div
|
||||
data-testid="convo-icon"
|
||||
title={name}
|
||||
style={{
|
||||
width: size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue