mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
Finish signup process, including state restoration
This commit is contained in:
@@ -28,6 +28,7 @@ export default Ember.Controller.extend(ModalController, {
|
||||
return user.save().then(function(user) {
|
||||
controller.set('welcomeUser', user);
|
||||
controller.set('loading', false);
|
||||
controller.send('saveState');
|
||||
}, function(reason) {
|
||||
controller.set('loading', false);
|
||||
});
|
||||
|
Reference in New Issue
Block a user