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, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index 2d39d4b7cd..6d5c4ebd14 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -204,7 +204,7 @@ export class Backend {
.catch( e => {
log.warn('Unable to autologin', e);
- this._store.dispatch(accountActions.loginFailed(new BackendError('INVALID_ACCOUNT')));
+ this._store.dispatch(accountActions.autoLoginFailed());
this._store.dispatch(push('/'));
});
}