mirror of
https://github.com/flarum/core.git
synced 2025-07-24 18:21:33 +02:00
Add ember-simple-auth, setup login
- Allow dropdown-buttons to render a partial
This commit is contained in:
@@ -20,6 +20,10 @@ module.exports = function(environment) {
|
||||
}
|
||||
};
|
||||
|
||||
ENV['simple-auth'] = {
|
||||
authorizer: 'authorizer:flarum'
|
||||
};
|
||||
|
||||
if (environment === 'development') {
|
||||
// ENV.APP.LOG_RESOLVER = true;
|
||||
// ENV.APP.LOG_ACTIVE_GENERATION = true;
|
||||
|
Reference in New Issue
Block a user