mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 06:44:36 +00:00
allow ü
This commit is contained in:
@@ -13,7 +13,7 @@ const matcher = new RegExpMatcher({
|
||||
export const MIN_USERNAME_LENGTH = 3;
|
||||
export const MAX_USERNAME_LENGTH = 27;
|
||||
|
||||
const validPattern = /^[a-zA-Z0-9_\[\] 🐈🍀]+$/u;
|
||||
const validPattern = /^[a-zA-Z0-9_\[\] 🐈🍀üÜ]+$/u;
|
||||
|
||||
const shadowNames = [
|
||||
"NicePeopleOnly",
|
||||
|
||||
Reference in New Issue
Block a user