cleaning some tests
This commit is contained in:
parent
8684d0d148
commit
d80e95c1eb
5 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ export default Ember.Route.extend(UnauthenticatedRouteMixin, {
|
|||
this.get('session').authenticate('authenticator:jwt-resolved', token).then(() => {
|
||||
this.get('currentUser.account').then((account) => {
|
||||
this.transitionTo('protected.users.changepassword', account.get('id'));
|
||||
})
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Reference in a new issue