1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Cleanup, remove some old code

This commit is contained in:
Toby Zerner
2015-02-06 10:35:46 +10:30
parent ca981b03f9
commit 809a87f03f
3 changed files with 3 additions and 73 deletions

View File

@@ -1,8 +1,8 @@
import FlarumAuthorizer from '../authorizers/flarum';
export default {
name: 'authentication',
before: 'simple-auth',
name: 'authentication',
before: 'simple-auth',
initialize: function(container) {
container.register('authorizer:flarum', FlarumAuthorizer);
}