fingerprint

merge-update-with-lab-changes
Sultan Khan 5 years ago
parent 7c33c06c0c
commit d6a0188c76

@ -370,7 +370,7 @@ class _ConfirmLogin extends State<ConfirmLogin> {
if (authenticated == true) {
if(user !=null && user.logInType==2 || user.logInType ==3){
if(user !=null && (user.logInType==2 || user.logInType ==3)){
this.checkActivationCode();
}else{
var request = this.getCommonRequest(type: type);

Loading…
Cancel
Save