From 5a5898f315a55e28caea6765b93d113adcbb7ad1 Mon Sep 17 00:00:00 2001 From: fyears Date: Fri, 31 Dec 2021 23:54:48 +0800 Subject: [PATCH] fix onedrive auth hint --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 2a6bd4b..3e42d1a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -155,7 +155,7 @@ export default class RemotelySavePlugin extends Plugin { this.oauth2Info.authDiv = undefined; this.oauth2Info.revokeAuthSetting?.setDesc( - `You've connected as user ${this.settings.dropbox.username}. If you want to disconnect, click this button.` + `You've connected as user ${this.settings.onedrive.username}. If you want to disconnect, click this button.` ); this.oauth2Info.revokeAuthSetting = undefined; this.oauth2Info.revokeDiv?.toggleClass(