Skip to content

Commit

Permalink
Forgot to add org name to response.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccannon committed Oct 4, 2024
1 parent 04f0e2c commit b15e0a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ public VerifiedOrganizationDomainSsoDetailResponseModel(VerifiedOrganizationDoma

DomainName = data.DomainName;
OrganizationIdentifier = data.OrganizationIdentifier;
OrganizationName = data.OrganizationName;
}
public string DomainName { get; }
public string OrganizationIdentifier { get; }
public string OrganizationName { get; }

Check warning on line 22 in src/Api/AdminConsole/Models/Response/Organizations/VerifiedOrganizationDomainSsoDetailResponseModel.cs

View check run for this annotation

Codecov / codecov/patch

src/Api/AdminConsole/Models/Response/Organizations/VerifiedOrganizationDomainSsoDetailResponseModel.cs#L16-L22

Added lines #L16 - L22 were not covered by tests
}

0 comments on commit b15e0a6

Please sign in to comment.