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

@ -22,6 +22,7 @@ module.exports = function(environment) {
},
'ember-simple-auth': {
routeAfterAuthentication: 'protected.compare',
routeIfAlreadyAuthenticated: 'protected.compare',
},
};