Start of registration support.

This commit is contained in:
David Baker 2015-07-13 19:14:02 +01:00
parent 98baa0cb0a
commit a7e4a2847e
7 changed files with 267 additions and 4 deletions

View file

@ -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>
);
}