Can log in now

This commit is contained in:
Matthew Ryan Dillon 2015-10-20 13:34:06 -07:00
parent 1aa8d8d88d
commit c2e8299e67
4 changed files with 17 additions and 6 deletions

View file

@ -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;