using custom OneDrive without a secret

vibrancy
antelle 3 years ago
parent cc4aa6fc1a
commit cabf0d388d
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -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 {

@ -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

Loading…
Cancel
Save