diff --git a/src/common/pages/Login/LoginBtn.js b/src/common/pages/Login/LoginBtn.js
index 99a09eb..bd06044 100644
--- a/src/common/pages/Login/LoginBtn.js
+++ b/src/common/pages/Login/LoginBtn.js
@@ -74,6 +74,13 @@ class BTNLoginPage extends React.Component{
else if(res.state == "email_verification"){
this.setState({isNeedEmailVerification:true,isLoading:false});
}
+ else if(res.state == "phone_verification"){
+ this.authStore.otpData = res;
+ setTimeout(()=>{
+ this.props.history.push(LINKS.OTP);
+ this.setState({isLoading:false});
+ },1000);
+ }
}).catch(err => {
console.log("err login",err);
this.setState({loginFailed:true,isLoading:false});
@@ -137,7 +144,7 @@ class BTNLoginPage extends React.Component{
Your account still need email verification