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

Sultan

See merge request Cloud_Solution/diplomatic-quarter!151
merge-update-with-lab-changes
Mohammad Aljammal 5 years ago
commit 7f23f356f1

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

Loading…
Cancel
Save