Clean up password reset

This commit is contained in:
Matthew Dillon 2015-10-27 16:17:18 -07:00
parent 8e11942521
commit 1605f34dcc
7 changed files with 35 additions and 18 deletions

View file

@ -24,7 +24,7 @@ export default Ember.Controller.extend({
},
};
ajaxRequest(url, options, this.get('session'));
this.transitionTo('protected.users.index');
this.transitionToRoute('protected.users.index');
this.get('flashMessages').information('Your password has been changed.');
},