1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

Fix build error

This commit is contained in:
Justin Baur
2021-11-12 22:40:04 -05:00
parent 252b558fe1
commit 85225790d6

View File

@ -55,7 +55,7 @@ namespace Bit.Core.Repositories.EntityFramework.Queries
PrivateKey = x.o.PrivateKey, PrivateKey = x.o.PrivateKey,
ProviderId = x.p.Id, ProviderId = x.p.Id,
ProviderName = x.p.Name, ProviderName = x.p.Name,
FamilySponsorshipFriendlyName = x.os.FriendlyName FamilySponsorshipFriendlyName = x.os.FriendlyName,
SsoConfig = x.ss.Data, SsoConfig = x.ss.Data,
}); });
} }