mirror of
https://github.com/bitwarden/jslib
synced 2025-12-28 22:23:14 +00:00
* [Reset Password] Admin Actions * Updated password reset apis to use orgUser.Id instead of orgUser.UserId * Added new ResetPassword policy type * Added all necessary changes for organization changes * Added get/post for org keys // Added org keys reponse model * Fixed lint errors
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
export class OrganizationUserResetPasswordRequest {
|
|
newMasterPasswordHash: string;
|
|
key: string;
|
|
}
|