1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

refactor(set-change-password): [Auth/PM-17649] Move CompareInputs Validator (#14173)

This PR
- Moves the `compareInputs` validator to `libs/auth` (with some minor updates to the validator)
- Adds unit tests for `compareInputs`
- Removes the deprecated input validators from `InputsFieldMatch` along with the `inputs-field-match.validator.ts` file
This commit is contained in:
rr-bw
2025-04-08 12:42:41 -07:00
committed by GitHub
parent 772b42f5b5
commit a4040b6b6b
5 changed files with 385 additions and 180 deletions

View File

@@ -77,3 +77,6 @@ export * from "./two-factor-auth";
// device verification
export * from "./new-device-verification/new-device-verification.component";
// validators
export * from "./validators/compare-inputs.validator";