|
|
|
|
@ -349,7 +349,6 @@ class _VerifyAccountState extends State<VerifyAccount> {
|
|
|
|
|
"IsLoginForDoctorApp": true,
|
|
|
|
|
"IsSilentLogIN": false
|
|
|
|
|
};
|
|
|
|
|
changeLoadingStata(true);
|
|
|
|
|
|
|
|
|
|
authProv.memberCheckActivationCodeNew(model).then((res) {
|
|
|
|
|
// changeLoadingStata(false);
|
|
|
|
|
@ -371,8 +370,6 @@ class _VerifyAccountState extends State<VerifyAccount> {
|
|
|
|
|
changeLoadingStata(false);
|
|
|
|
|
helpers.showErrorToast(err);
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
// changeLoadingStata(false);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|