Start of registration support.
This commit is contained in:
parent
98baa0cb0a
commit
a7e4a2847e
7 changed files with 267 additions and 4 deletions
|
@ -40,6 +40,7 @@ module.exports = React.createClass({
|
|||
<h1>Please log in:</h1>
|
||||
{this.componentForStep(this.state.step)}
|
||||
<div className="error">{this.state.errorText}</div>
|
||||
<a onClick={this.showRegister} href="#">Create a new account</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue