Update LoginContainer.tsx
This commit is contained in:
parent
a4a94bdfa4
commit
d5d26d36e8
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ const LoginContainer = ({ history }: RouteComponentProps) => {
|
||||||
>
|
>
|
||||||
{({ isSubmitting, setSubmitting, submitForm }) => (
|
{({ isSubmitting, setSubmitting, submitForm }) => (
|
||||||
<LoginFormContainer title={'Login to Continue'} css={tw`w-full flex`}>
|
<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} />
|
<Field light type={'text'} label={'Username or Email'} name={'username'} disabled={isSubmitting} />
|
||||||
<div css={tw`mt-6`}>
|
<div css={tw`mt-6`}>
|
||||||
<Field light type={'password'} label={'Password'} name={'password'} disabled={isSubmitting} />
|
<Field light type={'password'} label={'Password'} name={'password'} disabled={isSubmitting} />
|
||||||
|
@ -105,6 +106,7 @@ const LoginContainer = ({ history }: RouteComponentProps) => {
|
||||||
css={tw`text-xs text-neutral-500 tracking-wide no-underline uppercase hover:text-neutral-600`}
|
css={tw`text-xs text-neutral-500 tracking-wide no-underline uppercase hover:text-neutral-600`}
|
||||||
>
|
>
|
||||||
Forgot password?
|
Forgot password?
|
||||||
|
Did you mess up your password? Contact Polaris Staff
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</LoginFormContainer>
|
</LoginFormContainer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue