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 Create an account
</Typography.Link> </Typography.Link>
<Space direction="vertical" size={7}> <Typography.Paragraph italic style={{ color: '#ACACAC' }}>
<Typography style={{ color: '#ACACAC' }}>Forgot Password?</Typography> If you have forgotten you password, ask your admin to reset password and
send you a new invite link
<Typography style={{ color: '#ACACAC' }}> </Typography.Paragraph>
Ask your admin to reset password and send a new invite link
</Typography>
</Space>
</Space> </Space>
</FormContainer> </FormContainer>
</FormWrapper> </FormWrapper>