mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Update OpaqueKeyExchangeGrantValidator.cs (#5540)
fix : DI fix for feature service
This commit is contained in:
parent
ac8bf0f3dc
commit
4bd446dd66
@ -55,6 +55,7 @@ public class OpaqueKeyExchangeGrantValidator : BaseRequestValidator<ExtensionGra
|
|||||||
userDecryptionOptionsBuilder)
|
userDecryptionOptionsBuilder)
|
||||||
{
|
{
|
||||||
_opaqueKeyExchangeService = opaqueKeyExchangeService;
|
_opaqueKeyExchangeService = opaqueKeyExchangeService;
|
||||||
|
_featureService = featureService;
|
||||||
}
|
}
|
||||||
|
|
||||||
string IExtensionGrantValidator.GrantType => "opaque-ke";
|
string IExtensionGrantValidator.GrantType => "opaque-ke";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user