From ece08e7276ae04c99779cdef61e912e0fa758b64 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Fri, 9 Aug 2024 14:43:00 +0800 Subject: [PATCH] fix: update types --- src/lib/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }