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