mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
[SG-199] Move MP hint to MP change form (#2080)
* chore: backend changes * fixed: test * fix: lint
This commit is contained in:
@ -211,7 +211,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
var result = await _userService.ChangePasswordAsync(user, model.MasterPasswordHash,
|
||||
model.NewMasterPasswordHash, model.Key);
|
||||
model.NewMasterPasswordHash, model.MasterPasswordHint, model.Key);
|
||||
if (result.Succeeded)
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user