Clean up password reset
This commit is contained in:
parent
8e11942521
commit
1605f34dcc
7 changed files with 35 additions and 18 deletions
|
@ -22,6 +22,7 @@ module.exports = function(environment) {
|
|||
},
|
||||
'ember-simple-auth': {
|
||||
routeAfterAuthentication: 'protected.compare',
|
||||
routeIfAlreadyAuthenticated: 'protected.compare',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue