🐛 Add underscore as posible name character (#6135)

This commit is contained in:
Eva Marco 2025-03-25 10:57:23 +01:00 committed by GitHub
parent a6133e9c48
commit e81adb241b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
Caution: This will allow a trailing dot like `token-name.`,
But we will trim that in the `finalize-name`,
to not throw too many errors while the user is editing."
#"(?!\$)([a-zA-Z0-9-$]+\.?)*")
#"(?!\$)([a-zA-Z0-9-$_]+\.?)*")
(def valid-token-name-schema
(m/-simple-schema