1
This commit is contained in:
parent
6e8f0ae505
commit
f4f6133267
6 changed files with 10 additions and 10 deletions
|
@ -543,7 +543,7 @@ def settings_security_post(v):
|
|||
if new_email == v.email:
|
||||
return render_template("settings_security.html", v=v, error="That email is already yours!")
|
||||
|
||||
url = f"https://{app.config['SERVER_NAME']}/activate"
|
||||
url = f"{request.host_url}activate"
|
||||
|
||||
now = int(time.time())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue