Skip to content

Commit

Permalink
Support providing Organization when resetting password (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Aug 14, 2023
1 parent 691ba7c commit bd7cfc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/DatabaseAuthenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ class DatabaseAuthenticator {
* @param {string} userData.email User email address.
* @param {string} userData.password New password.
* @param {string} userData.connection Identity provider in use.
* @param {string} userData.organization The organization_id of the Organization associated with the user.
* @param {Function} [cb] Method callback.
* @returns {Promise|undefined}
*/
Expand Down

0 comments on commit bd7cfc3

Please sign in to comment.