Skip to content

Commit

Permalink
chore: fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Sep 9, 2024
1 parent f7ffdbc commit cff282f
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 @@ -915,7 +915,7 @@ export type AuthMFAEnrollResponse =
friendly_name?: string

/** Phone number of the MFA factor in E.164 format. Used to send messages */
phone: string
phone: string
}
error: null
}
Expand Down

0 comments on commit cff282f

Please sign in to comment.