mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing session and logout errors
This commit is contained in:
@@ -142,6 +142,8 @@ function preLoggedIn(nextState, replace, callback) {
|
||||
|
||||
const d2 = AsyncClient.getChannels();
|
||||
|
||||
ErrorStore.clearLastError();
|
||||
|
||||
$.when(d1, d2).done(() => {
|
||||
callback();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user