feat(in-267): password fix #188

Merged
andrey.dekterev merged 1 commits from IN-267-password-fix into develop 3 years ago
  1. 1
      src/features/AuthServiceApp/components/ChangePassword/hooks.tsx

@ -63,6 +63,7 @@ export const useChangePasswordForm = () => {
} else {
setError('error_passwords_missmatch')
}
if (!checkPassword(password)) setError('check_password')
}
const isMatchPasswords = (pass1: string, pass2: string) => pass1 === pass2

Loading…
Cancel
Save