diff --git a/src/lib/types.ts b/src/lib/types.ts index 5f4970faa..95b0ab214 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -914,8 +914,8 @@ export type AuthMFAEnrollResponse = /** Friendly name of the factor, useful for distinguishing between factors **/ friendly_name?: string - /** Phone number of the MFA factor. Used to send messages */ - phone_number: string + /** Phone number of the MFA factor in E.164 format. Used to send messages */ + phone: string } error: null }