diff options
Diffstat (limited to 'app/lib')
| -rw-r--r-- | app/lib/backend.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 8ad3c2fe32..a58a12a0cd 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -175,10 +175,7 @@ export class Backend { // TODO: This is not true. If there is a communication link failure the promise will be rejected too const err = new BackendError('INVALID_ACCOUNT'); - this._store.dispatch(accountActions.loginChange({ - status: 'failed', - error: err, - })); + this._store.dispatch(accountActions.loginFailed(err)); }); } |
