1
0
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:
Ike 2025-03-21 11:01:49 -04:00 committed by GitHub
parent ac8bf0f3dc
commit 4bd446dd66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";