1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00

fixed webdav pattern

This commit is contained in:
antelle 2020-04-23 19:17:05 +02:00
parent 48a6189fe7
commit 446c7f3ab5
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE

View File

@ -19,7 +19,7 @@ class StorageWebDav extends StorageBase {
desc: 'openUrlDesc', desc: 'openUrlDesc',
type: 'text', type: 'text',
required: true, required: true,
pattern: '^https:' pattern: '^https://.+'
}, },
{ {
id: 'user', id: 'user',