[PM-34023] Remove 2FA account recovery flag#7815
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the removal of the No findings. Code Review DetailsNo issues identified. The feature-flag removal is complete and internally consistent — dead flag-off branches are removed, the v2 path is the sole remaining route, and test coverage maps cleanly to the retained behavior. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7815 +/- ##
==========================================
- Coverage 65.72% 61.21% -4.52%
==========================================
Files 2210 2209 -1
Lines 97820 97704 -116
Branches 8832 8815 -17
==========================================
- Hits 64296 59812 -4484
- Misses 31298 35768 +4470
+ Partials 2226 2124 -102 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-34023
📔 Objective
Remove the 2FA account recovery flag and associated cleanup.
reset-password) - no longer used by clientsThis flag is only consumed by web, so no backwards compatibility period is necessary.
Clients PR: bitwarden/clients#21291
📸 Screenshots