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

Bugfix: Installer does not take the minimum password length into account #1998

Merged
merged 8 commits into from
Jun 25, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    9e66541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df83ffc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. import type

    CarlSargunar committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    13f7f8c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    2ff22b2 View commit details
    Browse the repository at this point in the history
  2. fix css mistake

    CarlSargunar committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    177a052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5608540 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. chore: extract the password length into its own state variable

    this optimizes Lit's update checker so that the template is only re-rendered if the actual number changes, whereas otherwise it would re-render when the object is set again
    iOvergaard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0fa1f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26a5c9 View commit details
    Browse the repository at this point in the history