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
1 changed files with 1 additions and 1 deletions

View File

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