Fixing session and logout errors

This commit is contained in:
Christopher Speller
2016-03-30 11:07:03 -04:00
parent 8283c18cb0
commit bf90d98136
4 changed files with 9 additions and 9 deletions

View File

@@ -142,6 +142,8 @@ function preLoggedIn(nextState, replace, callback) {
const d2 = AsyncClient.getChannels();
ErrorStore.clearLastError();
$.when(d1, d2).done(() => {
callback();
});