Skip to content

Commit

Permalink
Updated JS docs for user_metadata (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Mar 17, 2020
1 parent b9ecfed commit b7327d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authentication/db-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function DBConnection(request, options) {
* @param {String} options.password user password
* @param {String} [options.username] user desired username. Required if you use a database connection and you have enabled `Requires Username`
* @param {String} options.connection name of the connection where the user will be created
* @param {Object} [options.userMetadata] additional signup attributes used for creating the user. Will be stored in `user_metadata`
* @param {Object} [options.user_metadata] additional signup attributes used for creating the user. Will be stored in `user_metadata`
* @param {signUpCallback} cb
* @see {@link https://auth0.com/docs/api/authentication#signup}
*/
Expand Down

0 comments on commit b7327d6

Please sign in to comment.