Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
remove required ethnicity from user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Number1MSFanboy authored and lorddev committed Nov 25, 2015
1 parent f8459a7 commit 7c2f4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public bool HasRequiredFields
{
if (!string.IsNullOrWhiteSpace(FirstName) && !string.IsNullOrWhiteSpace(LastName) &&
Dob.HasValue && !string.IsNullOrWhiteSpace(Gender) &&
Enthicity.HasValue && !string.IsNullOrWhiteSpace(Height) &&
!string.IsNullOrWhiteSpace(Height) &&
!string.IsNullOrWhiteSpace(Weight) &&
!string.IsNullOrWhiteSpace(MobilePhone) &&
!string.IsNullOrWhiteSpace(TimeZone))
Expand Down

0 comments on commit 7c2f4b2

Please sign in to comment.