mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
50705f926e
commit
13fe78428b
1 changed files with 2 additions and 2 deletions
|
|
@ -1737,8 +1737,8 @@ async def get_app_config(request: Request):
|
||||||
}
|
}
|
||||||
if user and user.role == "pending"
|
if user and user.role == "pending"
|
||||||
else {}
|
else {}
|
||||||
)
|
),
|
||||||
** (
|
**(
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"login_footer": app.state.LICENSE_METADATA.get(
|
"login_footer": app.state.LICENSE_METADATA.get(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue