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