mirror of https://github.com/laurent22/joplin.git
Update SyncTargetDropbox.js
parent
5a0e3cbbf2
commit
9eb62920f7
|
@ -49,7 +49,7 @@ class SyncTargetDropbox extends BaseSyncTarget {
|
|||
});
|
||||
|
||||
api.on('authRefreshed', (auth) => {
|
||||
this.logger().info('Saving updated OneDrive auth.');
|
||||
this.logger().info('Saving updated Dropbox auth.');
|
||||
Setting.setValue('sync.' + SyncTargetDropbox.id() + '.auth', auth ? auth : null);
|
||||
});
|
||||
|
||||
|
@ -70,4 +70,4 @@ class SyncTargetDropbox extends BaseSyncTarget {
|
|||
|
||||
}
|
||||
|
||||
module.exports = SyncTargetDropbox;
|
||||
module.exports = SyncTargetDropbox;
|
||||
|
|
Loading…
Reference in New Issue