diff --git a/client/src/components/Auth/Footer.tsx b/client/src/components/Auth/Footer.tsx index 1387523779..fccd099eef 100644 --- a/client/src/components/Auth/Footer.tsx +++ b/client/src/components/Auth/Footer.tsx @@ -11,9 +11,10 @@ function Footer({ startupConfig }: { startupConfig: TStartupConfig | null | unde const privacyPolicyRender = privacyPolicy?.externalUrl && ( {localize('com_ui_privacy_policy')} @@ -22,9 +23,10 @@ function Footer({ startupConfig }: { startupConfig: TStartupConfig | null | unde const termsOfServiceRender = termsOfService?.externalUrl && ( {localize('com_ui_terms_of_service')} diff --git a/client/src/components/Auth/Login.tsx b/client/src/components/Auth/Login.tsx index cade120e17..48a506879f 100644 --- a/client/src/components/Auth/Login.tsx +++ b/client/src/components/Auth/Login.tsx @@ -105,7 +105,7 @@ function Login() { {localize('com_auth_no_account')}{' '} {localize('com_auth_sign_up')} diff --git a/client/src/components/Auth/LoginForm.tsx b/client/src/components/Auth/LoginForm.tsx index c5589fb5d2..0a6e1e8614 100644 --- a/client/src/components/Auth/LoginForm.tsx +++ b/client/src/components/Auth/LoginForm.tsx @@ -147,7 +147,7 @@ const LoginForm: React.FC = ({ onSubmit, startupConfig, error, {startupConfig.passwordResetEnabled && ( {localize('com_auth_password_forgot')}