diff --git a/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs b/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs index c6eb0d1e..ccd05ae2 100644 --- a/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs +++ b/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs @@ -72,8 +72,6 @@ public bool HasRequiredFields { if (!string.IsNullOrWhiteSpace(FirstName) && !string.IsNullOrWhiteSpace(LastName) && Dob.HasValue && !string.IsNullOrWhiteSpace(Gender) && - !string.IsNullOrWhiteSpace(Height) && - !string.IsNullOrWhiteSpace(Weight) && !string.IsNullOrWhiteSpace(MobilePhone) && !string.IsNullOrWhiteSpace(TimeZone)) {