Skip to content

Commit

Permalink
fix: update src/lib/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Jul 26, 2024
1 parent ecee324 commit b060487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ 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 SMS-es */
/** Phone number of the MFA factor. Used to send messages */
phone_number: string
}
error: null
Expand Down

0 comments on commit b060487

Please sign in to comment.