fix(app): Add AuthPlugin to FG_PLUGINS
This commit is contained in:
parent
ab093c04bd
commit
b8f086b4dd
|
@ -71,7 +71,7 @@ def __load_plugins(app):
|
|||
app.config["FG_AUTH_BACKEND"] = plugin
|
||||
else:
|
||||
logger.info(f"Using plugin: {entry_point.name}")
|
||||
app.config["FG_PLUGINS"][entry_point.name] = plugin
|
||||
app.config["FG_PLUGINS"][entry_point.name] = plugin
|
||||
else:
|
||||
logger.debug(f"Skip disabled plugin {entry_point.name}")
|
||||
if "FG_AUTH_BACKEND" not in app.config:
|
||||
|
|
Loading…
Reference in New Issue