Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ async def set_token(payload: TokenIn, response: Response):
|
|
33 |
httponly=True,
|
34 |
secure=True,
|
35 |
samesite='none',
|
36 |
-
domain='GuglielmoTor--LinkedinMonitor.hf.space', # Replace with your actual domain if needed
|
37 |
max_age=3600,
|
38 |
path='/'
|
39 |
)
|
|
|
33 |
httponly=True,
|
34 |
secure=True,
|
35 |
samesite='none',
|
36 |
+
#domain='GuglielmoTor--LinkedinMonitor.hf.space', # Replace with your actual domain if needed
|
37 |
max_age=3600,
|
38 |
path='/'
|
39 |
)
|