Make google drive client secret and dropbox api secret a password field
Fix issue #5794
This commit is contained in:
parent
60cba9962d
commit
828985dc60
|
@ -61,7 +61,7 @@ class OC_Mount_Config {
|
||||||
'configuration' => array(
|
'configuration' => array(
|
||||||
'configured' => '#configured',
|
'configured' => '#configured',
|
||||||
'app_key' => 'App key',
|
'app_key' => 'App key',
|
||||||
'app_secret' => 'App secret',
|
'app_secret' => '*App secret',
|
||||||
'token' => '#token',
|
'token' => '#token',
|
||||||
'token_secret' => '#token_secret'),
|
'token_secret' => '#token_secret'),
|
||||||
'custom' => 'dropbox');
|
'custom' => 'dropbox');
|
||||||
|
@ -80,7 +80,7 @@ class OC_Mount_Config {
|
||||||
'configuration' => array(
|
'configuration' => array(
|
||||||
'configured' => '#configured',
|
'configured' => '#configured',
|
||||||
'client_id' => 'Client ID',
|
'client_id' => 'Client ID',
|
||||||
'client_secret' => 'Client secret',
|
'client_secret' => '*Client secret',
|
||||||
'token' => '#token'),
|
'token' => '#token'),
|
||||||
'custom' => 'google');
|
'custom' => 'google');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue