chore: text for forgot password is updated (#1034)

This commit is contained in:
palash-signoz 2022-05-03 21:15:58 +05:30 committed by GitHub
parent 5e41c7f62b
commit d9cf9071d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,13 +107,10 @@ function Login(): JSX.Element {
Create an account
</Typography.Link>
<Space direction="vertical" size={7}>
<Typography style={{ color: '#ACACAC' }}>Forgot Password?</Typography>
<Typography style={{ color: '#ACACAC' }}>
Ask your admin to reset password and send a new invite link
</Typography>
</Space>
<Typography.Paragraph italic style={{ color: '#ACACAC' }}>
If you have forgotten you password, ask your admin to reset password and
send you a new invite link
</Typography.Paragraph>
</Space>
</FormContainer>
</FormWrapper>