Update resources/scripts/components/auth/LoginContainer.tsx
This commit is contained in:
parent
31b3138bfa
commit
2e6010162b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ const LoginContainer = ({ history }: RouteComponentProps) => {
|
||||||
to={'/auth/password'}
|
to={'/auth/password'}
|
||||||
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? Contact The Comet Staff.
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</LoginFormContainer>
|
</LoginFormContainer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue