Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for password confirmation field toggle #242

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

brianhogg
Copy link
Contributor

@brianhogg brianhogg commented Jan 7, 2025

Description

We were only checking that the group itself was selected. In the case of the password confirmation field, we actually have the "Password" input selected, so we need to instead check that the selected block is within the confirm group in the isMatch check.

Fixes #243

How has this been tested?

Manually

Screenshots

CleanShot 2025-01-07 at 2  38 34

Checklist:

  • This PR requires and contains at least one changelog file.
  • My code has been tested.
  • My code passes all existing automated tests.
  • My code follows the LifterLMS Coding & Documentation Standards.

…ation field"), check we have the single field within the group selectd.
@brianhogg brianhogg requested a review from ideadude as a code owner January 7, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting Review
Development

Successfully merging this pull request may close these issues.

1 participant