mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
fix twoFactorEnabled type
This commit is contained in:
parent
034aefa652
commit
b2a8041173
@ -24,7 +24,7 @@ export class OrganizationUserResponse extends BaseResponse {
|
|||||||
export class OrganizationUserUserDetailsResponse extends OrganizationUserResponse {
|
export class OrganizationUserUserDetailsResponse extends OrganizationUserResponse {
|
||||||
name: string;
|
name: string;
|
||||||
email: string;
|
email: string;
|
||||||
twoFactorEnabled: string;
|
twoFactorEnabled: boolean;
|
||||||
|
|
||||||
constructor(response: any) {
|
constructor(response: any) {
|
||||||
super(response);
|
super(response);
|
||||||
|
Loading…
Reference in New Issue
Block a user