using custom OneDrive without a secret

This commit is contained in:
antelle 2020-12-18 20:17:34 +01:00
parent cc4aa6fc1a
commit cabf0d388d
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 4 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class StorageOneDrive extends StorageBase {
_getOAuthConfig() {
let clientId = this.appSettings.onedriveClientId;
let clientSecret = this.appSettings.onedriveClientSecret;
if (!clientId || !clientSecret) {
if (!clientId) {
if (Features.isLocal) {
({ id: clientId, secret: clientSecret } = OneDriveApps.Local);
} else {

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.16.4 (2020-12-18)
`-` using custom OneDrive without a secret
##### v1.16.4 (2020-12-17)
`-` fix #1656: false positive report on VirusTotal
`+` #1629: possibility to use OneDrive as SPA