mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
update OrgUserDetailsView to include PlanType and other sponsorship parameters previously removed (#2122)
This commit is contained in:
@ -54,8 +54,11 @@ namespace Bit.Infrastructure.EntityFramework.Repositories.Queries
|
||||
PrivateKey = x.o.PrivateKey,
|
||||
ProviderId = x.p.Id,
|
||||
ProviderName = x.p.Name,
|
||||
FamilySponsorshipFriendlyName = x.os.FriendlyName,
|
||||
SsoConfig = x.ss.Data,
|
||||
FamilySponsorshipFriendlyName = x.os.FriendlyName,
|
||||
FamilySponsorshipLastSyncDate = x.os.LastSyncDate,
|
||||
FamilySponsorshipToDelete = x.os.ToDelete,
|
||||
FamilySponsorshipValidUntil = x.os.ValidUntil
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user