mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[Reset Password] Admin Actions (#349)
* [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
This commit is contained in:
7
src/models/response/organizationKeysResponse.ts
Normal file
7
src/models/response/organizationKeysResponse.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { KeysResponse } from './keysResponse';
|
||||
|
||||
export class OrganizationKeysResponse extends KeysResponse {
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user