diff options
Diffstat (limited to 'app/lib/backend.js')
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 9c5b2ed064..6b0e1f100f 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -149,7 +149,7 @@ export class Backend { this._store.dispatch(accountActions.loginChange({ accountNumber: accountNumber, - status: 'connecting', + status: 'logging in', error: null, })); |
