diff --git a/app/scripts/storage/impl/storage-onedrive.js b/app/scripts/storage/impl/storage-onedrive.js index 6adbefab..8643c14d 100644 --- a/app/scripts/storage/impl/storage-onedrive.js +++ b/app/scripts/storage/impl/storage-onedrive.js @@ -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 { diff --git a/release-notes.md b/release-notes.md index 5e8f322c..add347ea 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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