fix auth dropbox
This commit is contained in:
+3
-2
@@ -338,11 +338,12 @@ export class DropboxAuthModal extends Modal {
|
||||
k.verifier,
|
||||
authCode
|
||||
);
|
||||
const self = this;
|
||||
setConfigBySuccessfullAuthInplace(
|
||||
this.plugin.settings.dropbox,
|
||||
authRes
|
||||
authRes,
|
||||
() => self.plugin.saveSettings()
|
||||
);
|
||||
const self = this;
|
||||
const client = new RemoteClient(
|
||||
"dropbox",
|
||||
undefined,
|
||||
|
||||
Reference in New Issue
Block a user