diff --git a/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs b/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs index d9e5576e..2e534de2 100644 --- a/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs +++ b/SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs @@ -74,7 +74,7 @@ public bool HasRequiredFields Dob.HasValue && !string.IsNullOrWhiteSpace(Gender) && Enthicity.HasValue && !string.IsNullOrWhiteSpace(Height) && !string.IsNullOrWhiteSpace(Weight) && - !string.IsNullOrWhiteSpace(MobilePhone) && !string.IsNullOrWhiteSpace(Address) && + !string.IsNullOrWhiteSpace(MobilePhone) && !string.IsNullOrWhiteSpace(TimeZone)) { return true;