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 ba3bfd7d56..dd2d3f06e3 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 @@ -310,9 +310,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