mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix twoFactorEnabled type
This commit is contained in:
@@ -24,7 +24,7 @@ export class OrganizationUserResponse extends BaseResponse {
|
||||
export class OrganizationUserUserDetailsResponse extends OrganizationUserResponse {
|
||||
name: string;
|
||||
email: string;
|
||||
twoFactorEnabled: string;
|
||||
twoFactorEnabled: boolean;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
|
||||
Reference in New Issue
Block a user