front/login: add view

This commit is contained in:
rr-
2016-03-28 00:19:44 +02:00
parent 06ede91d31
commit 8b5ebebd01
11 changed files with 166 additions and 20 deletions

View File

@ -15,7 +15,7 @@ class UsersController {
const self = this;
this.topNavigationController.activate('register');
this.registrationView.render({
onRegistered: (user) => {
register: (user) => {
alert(user);
self.authController.login(user);
}});