mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[PLT-4149] Add "Already have an account? Click here to sign in" to the sign up page (#6186)
This commit is contained in:
committed by
George Goldberg
parent
dc5ddd4ac0
commit
f32ebc74a6
@@ -340,6 +340,22 @@ export default class SignupController extends React.Component {
|
||||
{signupControls}
|
||||
{serverError}
|
||||
</div>
|
||||
<span className='color--light'>
|
||||
<FormattedMessage
|
||||
id='signup_user_completed.haveAccount'
|
||||
defaultMessage='Already have an account?'
|
||||
/>
|
||||
{' '}
|
||||
<Link
|
||||
to={'/login'}
|
||||
query={this.props.location.query}
|
||||
>
|
||||
<FormattedMessage
|
||||
id='signup_user_completed.signIn'
|
||||
defaultMessage='Click here to sign in.'
|
||||
/>
|
||||
</Link>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user