This commit is contained in:
Evan
2025-02-20 19:10:40 -08:00
parent 5ab75e6389
commit 74f56d8fac
+1 -1
View File
@@ -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",