mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
escaping character
This commit is contained in:
parent
555318d0bc
commit
da289b96b1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ const CONFIG_SCHEMA = joi.object({
|
|||
fontFamily: joi
|
||||
.string()
|
||||
.max(50)
|
||||
.regex(/^[a-zA-Z0-9_-+.]+$/),
|
||||
.regex(/^[a-zA-Z0-9_\-+.]+$/),
|
||||
smoothLineScroll: joi.boolean(),
|
||||
alwaysShowDecimalPlaces: joi.boolean(),
|
||||
alwaysShowWordsHistory: joi.boolean(),
|
||||
|
|
Loading…
Reference in a new issue