diff --git a/src/types.ts b/src/types.ts index a671067..04d3173 100644 --- a/src/types.ts +++ b/src/types.ts @@ -205,7 +205,6 @@ export interface SignUpRequest { roles?: string[] | null; scope?: string[] | null; redirect_uri?: string | null; - is_multi_factor_auth_enabled?: boolean | null; state?: string | null; app_data?: Record | null; }