mirror of
https://github.com/bitwarden/server
synced 2026-02-25 08:53:21 +00:00
feat(auth-validator): [Auth/PM-22975] Client Version Validator (#6588)
* feat(auth-validator): [PM-22975] Client Version Validator - Implementation. * test(auth-validator): [PM-22975] Client Version Validator - Added tests.
This commit is contained in:
committed by
GitHub
parent
b5554c6030
commit
3dbd17f61d
@@ -67,7 +67,8 @@ IBaseRequestValidatorTestWrapper
|
||||
IPolicyRequirementQuery policyRequirementQuery,
|
||||
IAuthRequestRepository authRequestRepository,
|
||||
IMailService mailService,
|
||||
IUserAccountKeysQuery userAccountKeysQuery) :
|
||||
IUserAccountKeysQuery userAccountKeysQuery,
|
||||
IClientVersionValidator clientVersionValidator) :
|
||||
base(
|
||||
userManager,
|
||||
userService,
|
||||
@@ -87,7 +88,8 @@ IBaseRequestValidatorTestWrapper
|
||||
policyRequirementQuery,
|
||||
authRequestRepository,
|
||||
mailService,
|
||||
userAccountKeysQuery)
|
||||
userAccountKeysQuery,
|
||||
clientVersionValidator)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user