fixed refresh_token in Google Drive

see #1786
pull/1856/head
antelle 2021-04-08 23:07:19 +02:00
parent 1794f87f99
commit d6e5e73e82
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 3 deletions

View File

@ -307,9 +307,7 @@ class StorageGDrive extends StorageBase {
width: 600,
height: 400,
pkce: true,
redirectUrlParams: this.appSettings.shortLivedStorageToken
? {}
: { 'access_type': 'offline' }
urlParams: this.appSettings.shortLivedStorageToken ? {} : { 'access_type': 'offline' }
};
}
}