mirror of https://github.com/keeweb/keeweb
made dropbox secret hidden
parent
dad95033c0
commit
045fe99158
|
@ -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 || ''
|
||||
|
|
Loading…
Reference in New Issue