diff --git a/frontend/src/ts/utils/misc.ts b/frontend/src/ts/utils/misc.ts index 1841927ba..3065683bb 100644 --- a/frontend/src/ts/utils/misc.ts +++ b/frontend/src/ts/utils/misc.ts @@ -689,6 +689,8 @@ export function getSpecials(): string { const randLen = randomIntFromRange(1, 7); let ret = ""; const specials = [ + "`", + "~", "!", "@", "#",