This commit is contained in:
Aevann1 2022-01-28 23:42:09 +02:00
parent 7cbc6053ae
commit 3f3131ebad
8 changed files with 19 additions and 34 deletions

View file

@ -542,7 +542,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"{request.host_url}activate"
url = f"{SITE_FULL}/activate"
now = int(time.time())