diff --git a/plugin.json b/plugin.json index dd3b2a9..68defa0 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "url": "https://github.com/julianlam/nodebb-plugin-sso-oauth", "library": "./library.js", "hooks": [ - { "hook": "filter:app.load", "method": "init" }, + { "hook": "static:app.load", "method": "init" }, { "hook": "filter:user.delete", "method": "deleteUserData" }, { "hook": "filter:auth.init", "method": "getStrategy" }, { "hook": "filter:admin.header.build", "method": "addMenuItem" }