mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-29 14:47:40 +00:00
Fix syncer logout alert (#5936)
* call self.displayError
* Revert "call self.displayError"
This reverts commit 5d599aa979.
* fix Syncer logout alert
This commit is contained in:
@@ -472,7 +472,7 @@ Syncer.prototype.handleLogoutEvent = function() {
|
||||
if(this.syncadaptor.logout) {
|
||||
this.syncadaptor.logout(function(err) {
|
||||
if(err) {
|
||||
self.logger.alert(err);
|
||||
self.displayError("Logout Error",err);
|
||||
} else {
|
||||
self.getStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user