(fix) proxy set global general_settings allow_user_auth
This commit is contained in:
parent
8e65f83380
commit
48bd58f007
@ -3089,6 +3089,7 @@ async def login(request: Request):
|
||||
@app.get("/sso/callback", tags=["experimental"])
|
||||
async def auth_callback(request: Request):
|
||||
"""Verify login"""
|
||||
global general_settings
|
||||
microsoft_client_id = os.getenv("MICROSOFT_CLIENT_ID", None)
|
||||
google_client_id = os.getenv("GOOGLE_CLIENT_ID", None)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user