From a0627bcc84cc51ee6cd73e61cb634567f97970de Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Fri, 4 Apr 2025 18:00:51 +0530 Subject: [PATCH] chore: remove auth subtitle for agents (#40095) Before: ![CleanShot 2025-04-04 at 17 40 16](https://github.com/user-attachments/assets/4157ee6f-c692-4fd4-a13e-c04ee86034d7) After: ![CleanShot 2025-04-04 at 17 40 02](https://github.com/user-attachments/assets/6ae4b884-0c20-411a-84cf-56db0526c5ad) ## Summary by CodeRabbit - **Refactor** - Streamlined the sign-up page by removing a subtitle, resulting in a cleaner and more focused display while retaining the primary title. --- app/client/src/pages/UserAuth/SignUp.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/client/src/pages/UserAuth/SignUp.tsx b/app/client/src/pages/UserAuth/SignUp.tsx index 172740754d..ffbc0d4773 100644 --- a/app/client/src/pages/UserAuth/SignUp.tsx +++ b/app/client/src/pages/UserAuth/SignUp.tsx @@ -28,7 +28,6 @@ import { VISIT_OUR_DOCS, ALREADY_USING_APPSMITH, SIGN_IN_TO_AN_EXISTING_ORGANISATION, - AI_AGENT_AUTH_SUBTITLE, LOGIN_PAGE_TITLE, } from "ee/constants/messages"; import FormTextField from "components/utils/ReduxFormTextField"; @@ -253,9 +252,6 @@ export function SignUp(props: SignUpFormProps) { return (