mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Fix build error
This commit is contained in:
@ -55,7 +55,7 @@ namespace Bit.Core.Repositories.EntityFramework.Queries
|
||||
PrivateKey = x.o.PrivateKey,
|
||||
ProviderId = x.p.Id,
|
||||
ProviderName = x.p.Name,
|
||||
FamilySponsorshipFriendlyName = x.os.FriendlyName
|
||||
FamilySponsorshipFriendlyName = x.os.FriendlyName,
|
||||
SsoConfig = x.ss.Data,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user