Merge branch 'sultan' into 'diplomatic-quarter-live'

Sultan

See merge request Cloud_Solution/diplomatic-quarter!151
fix_insurance_update
Mohammad Aljammal 5 years ago
commit 7f23f356f1

@ -261,6 +261,7 @@ class _ConfirmLogin extends State<ConfirmLogin> {
} }
authenticateUser(type, isActive) { authenticateUser(type, isActive) {
GifLoaderDialogUtils.showMyDialog(context);
if (type == 2 || type == 3) { if (type == 2 || type == 3) {
fingrePrintBefore = type; fingrePrintBefore = type;
} }
@ -307,7 +308,6 @@ class _ConfirmLogin extends State<ConfirmLogin> {
req.logInTokenID = ""; req.logInTokenID = "";
var request = CheckPatientAuthenticationReq.fromJson(req.toJson()); var request = CheckPatientAuthenticationReq.fromJson(req.toJson());
GifLoaderDialogUtils.showMyDialog(context);
sharedPref.setObject(REGISTER_DATA_FOR_REGISTER, request); sharedPref.setObject(REGISTER_DATA_FOR_REGISTER, request);
authService authService

Loading…
Cancel
Save