PM-43250: chore: Change email param on 'hashPassword' to salt - #7372
PM-43250: chore: Change email param on 'hashPassword' to salt#7372david-livefront wants to merge 1 commit into
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the rename of the Code Review Details
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7372 +/- ##
==========================================
+ Coverage 85.73% 85.81% +0.08%
==========================================
Files 1056 946 -110
Lines 69016 67915 -1101
Branches 10279 10214 -65
==========================================
- Hits 59170 58281 -889
+ Misses 6233 6044 -189
+ Partials 3613 3590 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
211b1b0 to
ab90425
Compare
🎟️ Tracking
PM-43250
📔 Objective
This PR renames the
emailparameter onhashPasswordtosalt. This will make things clearer moving forward as we migrate away from using the email as the salt.