[PR #6817] [MERGED] PM-35444: bug: Pass org identifier and email directly into continueKeyConnectorLogin function #43982

Closed
opened 2026-04-23 22:39:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6817
Author: @david-livefront
Created: 4/21/2026
Status: Merged
Merged: 4/22/2026
Merged by: @david-livefront

Base: mainHead: PM-35444-key-connector-org-identifier


📝 Commits (1)

  • 72a14f4 PM-35444: Pass org identifier and email directly into continueKeyConnectorLogin function

📊 Changes

6 files changed (+53 additions, -27 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepository.kt (+4 -1)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt (+6 -3)
📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/auth/feature/enterprisesignon/EnterpriseSignOnViewModel.kt (+8 -3)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt (+16 -8)
📝 app/src/test/kotlin/com/x8bit/bitwarden/ui/auth/feature/enterprisesignon/EnterpriseSignOnScreenTest.kt (+6 -7)
📝 app/src/test/kotlin/com/x8bit/bitwarden/ui/auth/feature/enterprisesignon/EnterpriseSignOnViewModelTest.kt (+13 -5)

📄 Description

🎟️ Tracking

PM-35444

📔 Objective

This PR updates the Key Connector flow to directly pass in the email and organization identifier when completing the login process. This avoids issues where those values are not yet remembered, or worse, they are remembered but with different values.


🔄 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/6817 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 4/21/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `PM-35444-key-connector-org-identifier` --- ### 📝 Commits (1) - [`72a14f4`](https://github.com/bitwarden/android/commit/72a14f4aa48a3ad89fa89e7288394459106f7ba8) PM-35444: Pass org identifier and email directly into continueKeyConnectorLogin function ### 📊 Changes **6 files changed** (+53 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepository.kt` (+4 -1) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt` (+6 -3) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/auth/feature/enterprisesignon/EnterpriseSignOnViewModel.kt` (+8 -3) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt` (+16 -8) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/ui/auth/feature/enterprisesignon/EnterpriseSignOnScreenTest.kt` (+6 -7) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/ui/auth/feature/enterprisesignon/EnterpriseSignOnViewModelTest.kt` (+13 -5) </details> ### 📄 Description ## 🎟️ Tracking [PM-35444](https://bitwarden.atlassian.net/browse/PM-35444) ## 📔 Objective This PR updates the Key Connector flow to directly pass in the email and organization identifier when completing the login process. This avoids issues where those values are not yet remembered, or worse, they are remembered but with different values. [PM-35444]: https://bitwarden.atlassian.net/browse/PM-35444?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <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 2026-04-23 22:39:22 -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#43982