|
|
|
@ -314,7 +314,7 @@ class AuthenticationRepoImp implements AuthenticationRepo {
|
|
|
|
requestBody['PatientIdentificationID'] = "";
|
|
|
|
requestBody['PatientIdentificationID'] = "";
|
|
|
|
requestBody.removeWhere((key, value) => ['NationalID', 'isDentalAllowedBackend', 'ForRegisteration'].contains(key));
|
|
|
|
requestBody.removeWhere((key, value) => ['NationalID', 'isDentalAllowedBackend', 'ForRegisteration'].contains(key));
|
|
|
|
appState.setIsChildLoggedIn = false;
|
|
|
|
appState.setIsChildLoggedIn = false;
|
|
|
|
appState.clearUserSwitchPayloads();
|
|
|
|
appState.clearChildUsersKeepSuperUser();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
appState.setIsChildLoggedIn = true;
|
|
|
|
appState.setIsChildLoggedIn = true;
|
|
|
|
|