diff --git a/src/main.ts b/src/main.ts index d102c46..7a0868f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -167,6 +167,9 @@ export default class RemotelySavePlugin extends Plugin { ); this.oauth2Info.revokeDiv = undefined; } else { + new Notice( + "Something went wrong from response from OneDrive. Maybe you rejected the auth?" + ); throw Error( `do not know how to deal with the callback: ${JSON.stringify( inputParams