apple muncy commited on
Commit
dede03c
·
1 Parent(s): 9ae03e0

remove another 7860

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. 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:7860/login/callback"
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):