We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3769c1 commit 36ffa98Copy full SHA for 36ffa98
backend/open_webui/utils/auth.py
@@ -87,8 +87,8 @@ def get_license_data(app, key):
87
setattr(app.state, "USER_COUNT", v)
88
elif k == "name":
89
setattr(app.state, "WEBUI_NAME", v)
90
- elif k == "info":
91
- setattr(app.state, "LICENSE_INFO", v)
+ elif k == "metadata":
+ setattr(app.state, "LICENSE_METADATA", v)
92
return True
93
else:
94
log.error(
0 commit comments