update : login handler
This commit is contained in:
parent
ae1b0ae13b
commit
df87d00305
|
@ -71,7 +71,7 @@ class BTNLoginPage extends React.Component{
|
||||||
this.setState({isLoading:false});
|
this.setState({isLoading:false});
|
||||||
},1000);
|
},1000);
|
||||||
}
|
}
|
||||||
else if(res.state != "email_verification"){
|
else if(res.state == "email_verification"){
|
||||||
this.setState({isNeedEmailVerification:true,isLoading:false});
|
this.setState({isNeedEmailVerification:true,isLoading:false});
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user