fix onedrive auth hint

This commit is contained in:
fyears 2021-12-31 23:54:48 +08:00
parent d5ba0a0e0d
commit 5a5898f315

View File

@ -155,7 +155,7 @@ export default class RemotelySavePlugin extends Plugin {
this.oauth2Info.authDiv = undefined; this.oauth2Info.authDiv = undefined;
this.oauth2Info.revokeAuthSetting?.setDesc( 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.revokeAuthSetting = undefined;
this.oauth2Info.revokeDiv?.toggleClass( this.oauth2Info.revokeDiv?.toggleClass(