fix: adjust CouchDB's database name checking to its specification (#926).

This commit is contained in:
vorotamoroz
2026-06-04 10:35:15 +01:00
parent 99f3aca024
commit 2aa8bc1165
2 changed files with 7 additions and 1 deletions
@@ -180,7 +180,7 @@
autocapitalize="off"
spellcheck="false"
required
pattern="^[a-z0-9][a-z0-9_]*$"
pattern="^[a-z][a-z0-9_$()+/-]*$"
bind:value={syncSetting.couchDB_DBNAME}
/>
</InputRow>