Skip to content

Commit

Permalink
Update lib/ts/recipe/thirdpartyemailpassword/utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar authored Jul 7, 2023
1 parent 8753ce6 commit 5c7e538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts/recipe/thirdpartyemailpassword/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function validateAndNormaliseUserInput(
let emailService = config?.emailDelivery?.service;
/**
* following code is for backward compatibility.
* if user has not passed emailDelivery config, we use the default
* if user has not passed emailService config, we use the default
* createAndSendEmailUsingSupertokensService implementation
*/
if (emailService === undefined) {
Expand Down

0 comments on commit 5c7e538

Please sign in to comment.