mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 18:53:29 +00:00
Add user verification to reset password request (#1980)
We only need master password hash because this is currently only used for sso password setting after auto-provisioning. Key Connector is not involved in these accounts
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public class OrganizationUserResetPasswordEnrollmentRequest
|
||||
{
|
||||
public string MasterPasswordHash { get; set; }
|
||||
public string ResetPasswordKey { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user