[PR #1653] Bug/cme autofill unlock #116928

Closed
opened 2026-06-09 11:33:32 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/1653

State: closed
Merged: Yes


Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Autofill wasn't prompting for SSO on the initial use of biometric authentication. This change checks if the biometricIntegrityKey is false on load and prompts for SSO if so.

Code changes

  • src/iOS.Core/Controllers/LockPasswordViewController.cs: add check for biometricIntegrityValid while prompting for SSO

Testing requirements

  • Autofill functionality with key connector

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)
**Original Pull Request:** https://github.com/bitwarden/android/pull/1653 **State:** closed **Merged:** Yes --- ## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Autofill wasn't prompting for SSO on the initial use of biometric authentication. This change checks if the `biometricIntegrityKey` is false on load and prompts for SSO if so. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **src/iOS.Core/Controllers/LockPasswordViewController.cs:** add check for `biometricIntegrityValid` while prompting for SSO ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> - Autofill functionality with key connector ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team)
GiteaMirror added the pull-request label 2026-06-09 11:33:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#116928