Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
initialize(registry) {
let config = ENV['ember-simple-auth'] || {};
config.rootURL = ghostPaths().adminRoot;
Configuration.load(config);
setupSession(registry);
setupSessionService(registry);
setupSessionRestoration(registry);
}
};