mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 12:34:19 +00:00
🔧 Allow underscores in usernames
This commit is contained in:
parent
fcd899c2d1
commit
45cc6a8c7a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import FormInlineText from "./FormInlineText"
|
||||||
import { faAt } from "@fortawesome/free-solid-svg-icons"
|
import { faAt } from "@fortawesome/free-solid-svg-icons"
|
||||||
|
|
||||||
|
|
||||||
const INVALID_CHARACTERS = /[^a-zA-Z0-9]/g
|
const INVALID_CHARACTERS = /[^a-zA-Z0-9_]/g
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue