You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Update SyncTargetDropbox.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user