Merge pull request #12592 from jarrod-lowe/main

feat: Redirect on sign out
This commit is contained in:
Tim Jaeryang Baek
2025-04-18 23:56:38 -07:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -354,6 +354,9 @@ BYPASS_MODEL_ACCESS_CONTROL = (
os.environ.get("BYPASS_MODEL_ACCESS_CONTROL", "False").lower() == "true"
)
SIGNOUT_REDIRECT_URI = os.environ.get("SIGNOUT_REDIRECT_URI", None)
####################################
# WEBUI_SECRET_KEY
####################################