summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index adabe3fa3..9c2708506 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -142,6 +142,8 @@ function preLoggedIn(nextState, replace, callback) {
const d2 = AsyncClient.getChannels();
+ ErrorStore.clearLastError();
+
$.when(d1, d2).done(() => {
callback();
});