From 5c7e538ccfbce802ffb502eda4de960afc784305 Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Fri, 7 Jul 2023 18:10:22 +0530 Subject: [PATCH] Update lib/ts/recipe/thirdpartyemailpassword/utils.ts --- lib/ts/recipe/thirdpartyemailpassword/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ts/recipe/thirdpartyemailpassword/utils.ts b/lib/ts/recipe/thirdpartyemailpassword/utils.ts index 6e19ec545..d23f86134 100644 --- a/lib/ts/recipe/thirdpartyemailpassword/utils.ts +++ b/lib/ts/recipe/thirdpartyemailpassword/utils.ts @@ -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) {