forked from defunkt/toes
Allow uppercase letters in VALID_NAME regex
This commit is contained in:
parent
0af360cef2
commit
fafef70a33
|
|
@ -1,5 +1,5 @@
|
|||
export const DEFAULT_EMOJI = '🖥️'
|
||||
export const VALID_NAME = /^[a-z][a-z0-9.-]*$/
|
||||
export const VALID_NAME = /^[a-zA-Z][a-zA-Z0-9.-]*$/
|
||||
|
||||
export interface FileInfo {
|
||||
hash: string
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user