diff --git a/public/react/src/modules/login/Otherloginstart.js b/public/react/src/modules/login/Otherloginstart.js index 4b134805d..9b38ea2b9 100644 --- a/public/react/src/modules/login/Otherloginstart.js +++ b/public/react/src/modules/login/Otherloginstart.js @@ -16,7 +16,7 @@ class Otherloginstart extends Component { }}).then((result)=> { if(result){ if(result.data.status===0){ - if(result.data.true===false){ + if(result.data.new_user===true){ window.location.href="/otherlogin" }else{ // this.getinfo()