[PM-27060] chore: add feature flag for password prelogin from SDK#7954
Merged
ike-kottlowski merged 3 commits intoJul 14, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7954 +/- ##
=======================================
Coverage 62.05% 62.05%
=======================================
Files 2277 2277
Lines 99452 99452
Branches 8983 8983
=======================================
+ Hits 61718 61719 +1
+ Misses 35561 35560 -1
Partials 2173 2173 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Patrick-Pimentel-Bitwarden
previously approved these changes
Jul 13, 2026
Contributor
|
Sorry just a sec, something is off in LD. Give me a few to see what's going on. |
Something seems off in LD. Double checking what is going on.
Patrick-Pimentel-Bitwarden
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-27060
Related client PR: bitwarden/clients#21777
📔 Objective
Adds a new feature flag key,
pm-27060-password-prelogin-from-sdk, toFeatureFlagKeysinsrc/Core/Constants.cs. This flag will be used to gate the rollout of password prelogin logic sourced from the SDK. No behavioral changes are introduced in this PR — it only registers the flag key for use in follow-up work.📸 Screenshots
N/A — no UI changes.