Skip to content

Commit

Permalink
Fix Auth (#10560)
Browse files Browse the repository at this point in the history
* add code

* add changeset

---------

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent 083d68b commit 4e72dfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/bumpy-rivers-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": patch
---

fix:Fix Auth
5 changes: 5 additions & 0 deletions gradio/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@ def main(
"auth_message": blocks.auth_message,
"space_id": blocks.space_id,
"root": root,
"page": {"": {"layout": {}}},
"pages": [""],
"components": [],
"dependencies": [],
"current_page": "",
}

try:
Expand Down

0 comments on commit 4e72dfe

Please sign in to comment.