This commit is contained in:
Timothy Jaeryang Baek
2025-07-12 03:39:58 +04:00
parent 12c4a7a3f7
commit d99698f7eb
2 changed files with 303 additions and 266 deletions

View File

@@ -1634,7 +1634,19 @@ async def get_app_config(request: Request):
),
}
if user is not None
else {}
else {
**(
{
"metadata": {
"login_footer": app.state.LICENSE_METADATA.get(
"login_footer", ""
)
}
}
if app.state.LICENSE_METADATA
else {}
)
}
),
}