Can log in now
This commit is contained in:
parent
1aa8d8d88d
commit
c2e8299e67
4 changed files with 17 additions and 6 deletions
|
@ -20,6 +20,9 @@ module.exports = function(environment) {
|
|||
type: 'error',
|
||||
types: ['error', 'warning', 'success', 'information', 'tip', 'message'],
|
||||
},
|
||||
'ember-simple-auth': {
|
||||
routeAfterAuthentication: 'protected.compare',
|
||||
},
|
||||
};
|
||||
|
||||
var apiURL;
|
||||
|
|
Reference in a new issue