Skip to content

Commit

Permalink
fix: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Aug 9, 2024
1 parent 2ae300a commit ece08e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ece08e7

Please sign in to comment.