[PR #1648] [MERGED] Show SSO login if using key-connector without bio or pin #3026

Closed
opened 2025-11-26 23:27:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1648
Author: @jlf0dev
Created: 11/17/2021
Status: Merged
Merged: 11/17/2021
Merged by: @jlf0dev

Base: masterHead: bug/cme-autofill-unlock


📝 Commits (2)

  • b7cd883 Show SSO login if using key-connector without bio or pin
  • 2ecbc4b remove additional call to enable biometrics and change method name

📊 Changes

1 file changed (+52 additions, -18 deletions)

View changed files

📝 src/iOS.Core/Controllers/LockPasswordViewController.cs (+52 -18)

📄 Description

Type of change

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

Objective

Use SSO if using key connector without bio or pin on autofill
Asana Task: https://app.asana.com/0/1201363553288890/1201363818962345/f
https://app.asana.com/0/1201363553288890/1201363818962343/f

Code changes

  • src/iOS.Core/Controllers/LockPasswordViewController.cs: Add call to SSO login page if using key connector

Testing requirements

  • Autofill authentication with key connector
  • Extension authentication 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1648 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 11/17/2021 **Status:** ✅ Merged **Merged:** 11/17/2021 **Merged by:** [@jlf0dev](https://github.com/jlf0dev) **Base:** `master` ← **Head:** `bug/cme-autofill-unlock` --- ### 📝 Commits (2) - [`b7cd883`](https://github.com/bitwarden/android/commit/b7cd883c421b57cf12c499ede6625e0c4e90a7de) Show SSO login if using key-connector without bio or pin - [`2ecbc4b`](https://github.com/bitwarden/android/commit/2ecbc4b2c155fbd927af5558fb677b1d34f37821) remove additional call to enable biometrics and change method name ### 📊 Changes **1 file changed** (+52 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Core/Controllers/LockPasswordViewController.cs` (+52 -18) </details> ### 📄 Description ## 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--> Use SSO if using key connector without bio or pin on autofill Asana Task: https://app.asana.com/0/1201363553288890/1201363818962345/f https://app.asana.com/0/1201363553288890/1201363818962343/f ## 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 call to SSO login page if using key connector ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> - Autofill authentication with key connector - Extension authentication 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:27:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3026