mirror of
https://github.com/bitwarden/browser
synced 2025-01-30 13:05:28 +01:00
Fix fingerprint phrases in bulk confirm modal (#425)
This commit is contained in:
parent
f711c48696
commit
119699b82c
@ -2,11 +2,13 @@ import { BaseResponse } from './baseResponse';
|
||||
|
||||
export class OrganizationUserBulkPublicKeyResponse extends BaseResponse {
|
||||
id: string;
|
||||
userId: string;
|
||||
key: string;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
this.id = this.getResponseProperty('Id');
|
||||
this.userId = this.getResponseProperty('UserId');
|
||||
this.key = this.getResponseProperty('Key');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user