summaryrefslogtreecommitdiffhomepage
path: root/app/lib
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/backend.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index 6aec66e208..4cdb425824 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -207,6 +207,8 @@ export class Backend {
this._store.dispatch(accountActions.autoLoginFailed());
this._store.dispatch(push('/'));
+
+ throw e;
});
}