Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
dede03c
1
Parent(s): 9ae03e0
remove another 7860
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
- auth_server.py +1 -1
auth_server.py
CHANGED
|
@@ -37,7 +37,7 @@ class AuthServerSettings(BaseModel):
|
|
| 37 |
host: str = "applemuncy-as.hf.space"
|
| 38 |
port: int = 7860
|
| 39 |
server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-as.hf.space")
|
| 40 |
-
auth_callback_path: str = "https://applemuncy-as.hf.space
|
| 41 |
|
| 42 |
|
| 43 |
class SimpleAuthProvider(SimpleOAuthProvider):
|
|
|
|
| 37 |
host: str = "applemuncy-as.hf.space"
|
| 38 |
port: int = 7860
|
| 39 |
server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-as.hf.space")
|
| 40 |
+
auth_callback_path: str = "https://applemuncy-as.hf.space/login/callback"
|
| 41 |
|
| 42 |
|
| 43 |
class SimpleAuthProvider(SimpleOAuthProvider):
|