You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
More tweaks
This commit is contained in:
@@ -238,7 +238,7 @@ class OneDriveApi {
|
||||
async refreshAccessToken() {
|
||||
if (!this.auth_ || !this.auth_.refresh_token) {
|
||||
this.setAuth(null);
|
||||
throw new Error('Cannot refresh token: authentication data is missing');
|
||||
throw new Error(_('Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.'));
|
||||
}
|
||||
|
||||
let body = new shim.FormData();
|
||||
|
||||
Reference in New Issue
Block a user