From b77ff9b202f538def0d82daa649ec0ae1e04d738 Mon Sep 17 00:00:00 2001 From: Derek <122692996+Derek1256@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:51:38 -0600 Subject: [PATCH] Update LoginContainer.tsx --- resources/scripts/components/auth/LoginContainer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/scripts/components/auth/LoginContainer.tsx b/resources/scripts/components/auth/LoginContainer.tsx index cae9e255..453a27ec 100644 --- a/resources/scripts/components/auth/LoginContainer.tsx +++ b/resources/scripts/components/auth/LoginContainer.tsx @@ -75,7 +75,6 @@ const LoginContainer = ({ history }: RouteComponentProps) => { > {({ isSubmitting, setSubmitting, submitForm }) => ( <LoginFormContainer title={'Login to Continue'} css={tw`w-full flex`}> - <LoginFormContainer title={'Login to the Universe'} css={tw`w-full flex`}> <Field light type={'text'} label={'Username or Email'} name={'username'} disabled={isSubmitting} /> <div css={tw`mt-6`}> <Field light type={'password'} label={'Password'} name={'password'} disabled={isSubmitting} /> @@ -106,7 +105,6 @@ const LoginContainer = ({ history }: RouteComponentProps) => { css={tw`text-xs text-neutral-500 tracking-wide no-underline uppercase hover:text-neutral-600`} > Forgot password? - Did you mess up your password? Contact Polaris Staff </Link> </div> </LoginFormContainer>