fix: #8943, session mismatch modal thrown on login (race condition)

This commit is contained in:
Julian Lam
2020-11-25 15:45:03 -05:00
parent ac734b8335
commit d584516947
2 changed files with 4 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ app.cacheBuster = null;
};
app.handleInvalidSession = function () {
if (app.flags._logout) {
if (app.flags._login || app.flags._logout) {
return;
}