add link to login on signup view
This commit is contained in:
parent
e66b916349
commit
5e36617de4
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ class SignupView extends React.Component {
|
|||
<div className="signup" ref="signup" tabIndex="0">
|
||||
<h1>Sign Up</h1>
|
||||
<SignupForm {...this.props} />
|
||||
<p className="form__navigation-options">
|
||||
Already have an account?
|
||||
<Link className="form__login-button" to="/login">Login</Link>
|
||||
</p>
|
||||
<Link className="form__cancel-button" to="/">Cancel</Link>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue