mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:FlysystemGoogleDriveNetmount] optimize netmount dialog
This commit is contained in:
@@ -80,7 +80,7 @@ class elFinderVolumeFlysystemGoogleDriveNetmount extends \Barryvdh\elFinderFlysy
|
||||
$client->setClientId($options['client_id']);
|
||||
$client->setClientSecret($options['client_secret']);
|
||||
|
||||
if ($options['pass'] === 'revoke') {
|
||||
if ($options['pass'] === 'reauth') {
|
||||
$options['pass'] = '';
|
||||
$this->session->set('GoogleDriveAuthParams', [])->set('GoogleDriveTokens', []);
|
||||
} else if ($options['pass'] === 'googledrive') {
|
||||
|
||||
Reference in New Issue
Block a user