mung-bean commited on
Commit
bca8497
·
1 Parent(s): 218dfba
__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"http://35.213.136.241:5173/reset-password?token={token}"
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",