forked from Gitlink/build
This commit is contained in:
parent
d6d22d8a79
commit
9f5fdd4f60
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue