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

Improvements to AutofillSettingStatus to remove unnecessary LAContext() calls #3606

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. Refactor to ensure LAContext().canEvaluatePolicy always runs on main,…

    … and that its result is cached to prevent having to repeatedly making this expensive call
    amddg44 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1dfe764 View commit details
    Browse the repository at this point in the history
  2. Bug fix for case where user has no device authentication set and were…

    … not being presented with the correct UI
    amddg44 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2596b5e View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary import

    amddg44 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6ce4247 View commit details
    Browse the repository at this point in the history