diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/authentication/handlers/ce/AuthenticationSuccessHandlerCE.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/authentication/handlers/ce/AuthenticationSuccessHandlerCE.java index 6171d815e9..cda058a1a7 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/authentication/handlers/ce/AuthenticationSuccessHandlerCE.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/authentication/handlers/ce/AuthenticationSuccessHandlerCE.java @@ -313,9 +313,7 @@ public class AuthenticationSuccessHandlerCE implements ServerAuthenticationSucce .then(handleOAuth2Redirect(webFilterExchange, null, finalIsFromSignup)); }); } else { - redirectionMono = userService - .sendWelcomeEmail(user, originHeader) - .then(handleOAuth2Redirect(webFilterExchange, null, isFromSignup)); + redirectionMono = handleOAuth2Redirect(webFilterExchange, null, isFromSignup); } } else { // form type signup/login handler