Spaces:
Paused
Paused
emial
Browse files
__pycache__/batch_generator.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/batch_generator.cpython-310.pyc and b/__pycache__/batch_generator.cpython-310.pyc differ
|
|
|
reset_password.py
CHANGED
|
@@ -16,7 +16,7 @@ conf = ConnectionConfig(
|
|
| 16 |
|
| 17 |
async def send_reset_email(email: str, token: str):
|
| 18 |
# Create reset link (frontend URL)
|
| 19 |
-
reset_link = f"
|
| 20 |
|
| 21 |
message = MessageSchema(
|
| 22 |
subject="Password Reset Request",
|
|
|
|
| 16 |
|
| 17 |
async def send_reset_email(email: str, token: str):
|
| 18 |
# Create reset link (frontend URL)
|
| 19 |
+
reset_link = f"https://www.sceneweaver.site/reset-password?token={token}"
|
| 20 |
|
| 21 |
message = MessageSchema(
|
| 22 |
subject="Password Reset Request",
|