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:
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user