diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-06 14:37:11 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-06 14:37:11 +0000 |
| commit | cf41ee684ef0086429cef05659235b3a0e0a6ecb (patch) | |
| tree | b147d9fcceea56dbe693e79b59903246c139e68e /app/app.js | |
| parent | f0bd208d19e8a67b8c364efb9e0d4da1faba5957 (diff) | |
| download | mullvadvpn-cf41ee684ef0086429cef05659235b3a0e0a6ecb.tar.xz mullvadvpn-cf41ee684ef0086429cef05659235b3a0e0a6ecb.zip | |
Add paidUntil
Diffstat (limited to 'app/app.js')
| -rw-r--r-- | app/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.js b/app/app.js index 7c358dcbda..7c69648423 100644 --- a/app/app.js +++ b/app/app.js @@ -23,7 +23,7 @@ const backend = new Backend(); // reset login state if user quit the app during login if([LoginState.connecting, LoginState.failed].includes(store.getState().user.status)) { store.dispatch(userActions.loginChange({ - status: LoginState.none + status: LoginState.none })); } |
