Skip to content

Commit 83d46d8

Browse files
authored
Merge pull request #1742 from christer77/fix-infinite-refresh-loop-after-logout-being-mailbox-folder
fix(other): infinite refresh loop after logout being on mailbox folder
2 parents 4f5654f + e7f9c23 commit 83d46d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ var Hm_Ajax_Request = function() { return {
246246
res = Hm_Utils.json_decode(Hm_Crypt.decrypt(res.payload));
247247
}
248248
if ((res.status && res.status == 'not callable') || !res.router_login_state) {
249-
this.fail(xhr, true, !res.router_login_state);
249+
this.fail(xhr, true);
250250
return;
251251
}
252252
if (Hm_Ajax.err_condition) {

0 commit comments

Comments
 (0)