diff --git a/src/modules/login/LoginDialog.js b/src/modules/login/LoginDialog.js index 927eddb9..a359048a 100644 --- a/src/modules/login/LoginDialog.js +++ b/src/modules/login/LoginDialog.js @@ -376,7 +376,7 @@ class LoginDialog extends Component { autologin: isGoingValue } ).then((response) => { - if (response === undefined || response.status === 200) { + if (response === undefined) { return } if (response.data.status === -2) {