mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
front/login: add view
This commit is contained in:
@ -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);
|
||||
}});
|
||||
|
Reference in New Issue
Block a user