mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +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:
parent
e9613d7f12
commit
99249a3160
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user