made dropbox secret hidden

This commit is contained in:
antelle 2020-05-22 10:15:21 +02:00
parent dad95033c0
commit 045fe99158
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ class StorageDropbox extends StorageBase {
id: 'secret',
title: 'dropboxAppSecret',
desc: 'dropboxAppSecretDesc',
type: 'text',
type: 'password',
required: true,
pattern: '\\w+'
},
@ -143,7 +143,7 @@ class StorageDropbox extends StorageBase {
id: 'secret',
title: 'dropboxAppSecret',
desc: 'dropboxAppSecretDesc',
type: 'text',
type: 'password',
required: true,
pattern: '\\w+',
value: this.appSettings.dropboxSecret || ''