chore: remove auth subtitle for agents (#40095)
Before:  After:  <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
17ac31267b
commit
a0627bcc84
|
|
@ -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 (
|
||||
<Container
|
||||
footer={footerSection}
|
||||
subtitle={
|
||||
isAiAgentFlowEnabled ? createMessage(AI_AGENT_AUTH_SUBTITLE) : ""
|
||||
}
|
||||
title={createMessage(
|
||||
isAiAgentFlowEnabled ? SIGNUP_PAGE_TITLE : LOGIN_PAGE_TITLE,
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user