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: validation mode lower case #1823

Merged
merged 1 commit into from
Nov 18, 2024
Merged

fix: validation mode lower case #1823

merged 1 commit into from
Nov 18, 2024

Commits on Nov 15, 2024

  1. fix: validation mode lower case

    The check on the validation mode is done by lower casing the input and comparing it to a constant. Unfortunately the constant wasn't entirely lower case. Instead, no lower casing is done anymore, but an exact matching is required.
    
    fixes #1816
    phbelitz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9c95014 View commit details
    Browse the repository at this point in the history