Disable links to email forms

This commit is contained in:
Jackson Harper
2022-07-19 10:58:55 -07:00
parent 4d115f483e
commit 4c1be4ac18

View File

@ -106,7 +106,7 @@ export function LoginForm(props: LoginFormProps): JSX.Element {
/>
</Box>
)}
{/*
<StyledText
style="caption"
css={{
@ -131,7 +131,7 @@ export function LoginForm(props: LoginFormProps): JSX.Element {
</Link>{' '}
with your email address.
</SpanBox>
</StyledText>
</StyledText> */}
</VStack>
<TermAndConditionsFooter />