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

Commit

Permalink
Remove height and weight from required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lorddev committed Nov 24, 2015
1 parent df5ae1d commit 3d21a11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SnapMD.ConnectedCare.ApiModels/UserProfilesResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 3d21a11

Please sign in to comment.