mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: uid validator in ui
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
required
|
||||
maxlength="36"
|
||||
class=""
|
||||
pattern="^[a-zA-Z0-9][a-zA-Z0-9_-]{1,36}$"
|
||||
pattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{1,36}$"
|
||||
name="projectId" />
|
||||
|
||||
<label>Name</label>
|
||||
|
||||
Reference in New Issue
Block a user