-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Auth/PM-21720 - RegisterFinishResponseModel - remove deprecated CaptchaBypassToken#7098
Auth/PM-21720 - RegisterFinishResponseModel - remove deprecated CaptchaBypassToken#7098JaredSnider-Bitwarden wants to merge 1 commit intomainfrom
Conversation
Tracking
https://bitwarden.atlassian.net/browse/PM-21720
Objective
Clean up deprecated code. Note: I considered deleting the RegisterFinishResponseModel since it has no properties + converting to IActionResult, but I chose to avoid changing the API for now and the typed return is more explicit. It's also harmless and easy to extend if need be in the future.
Quality Gate passedIssues Measures |
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7098 +/- ## ========================================== - Coverage 56.69% 56.69% -0.01% ========================================== Files 2013 2013 Lines 88171 88167 -4 Branches 7856 7856 ========================================== - Hits 49987 49984 -3 + Misses 36363 36362 -1 Partials 1821 1821 View full report in Codecov by Sentry. New features to boost your workflow:
|