mirror of https://github.com/keeweb/keeweb
parent
1794f87f99
commit
d6e5e73e82
|
@ -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' }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue