Skip to content

Commit

Permalink
chore: add friendly name to response
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 15, 2023
1 parent c9296bb commit c076ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,8 @@ export type AuthMFAEnrollResponse =
* to use it. Avoid loggin this value to the console. */
uri: string
}
/** Friendly Name of the Factor **/
friendly_name: string
}
error: null
}
Expand Down

0 comments on commit c076ad8

Please sign in to comment.