Gregniuki commited on
Commit
ac01fc9
1 Parent(s): ebf7b24

Update emailx.py

Browse files
Files changed (1) hide show
  1. emailx.py +1 -1
emailx.py CHANGED
@@ -27,7 +27,7 @@ def send_verification_email(to_email, verification_token):
27
  }
28
  ],
29
  "Subject": "Verify Your Email",
30
- "HTMLPart": f'Click <a href="https://yourapp.com/verify/{verification_token}">here</a> to verify your email.'
31
  }
32
  ]
33
  }
 
27
  }
28
  ],
29
  "Subject": "Verify Your Email",
30
+ "HTMLPart": f'Click <a href="https://gregniuki-loginauth.hf.space/verify/{verification_token}">here</a> to verify your email.'
31
  }
32
  ]
33
  }