diff --git a/src/models/response/organizationUserResponse.ts b/src/models/response/organizationUserResponse.ts index 333baa838a3..444e27906bc 100644 --- a/src/models/response/organizationUserResponse.ts +++ b/src/models/response/organizationUserResponse.ts @@ -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);