PR feedback from #355
This commit is contained in:
parent
af1e3373ea
commit
8602e0665d
5 changed files with 3 additions and 5 deletions
|
@ -167,7 +167,7 @@ module.exports = React.createClass({
|
|||
/>
|
||||
);
|
||||
} else {
|
||||
var Login = sdk.getComponent("pages.Login");
|
||||
var Login = require("../../../../components/login/Login");
|
||||
return (
|
||||
<Login onLoggedIn={this.onLoggedIn} onRegisterClick={this.onRegisterClick} />
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue