Updated login

This commit is contained in:
Tracker-Friendly 2023-11-20 00:10:12 +00:00
parent 2cde4be393
commit 0251d0eeb1
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
<h1>Are you SURE you would like to delete your account?</h1>
<button onclick="location.href = '/account/dashboard';">Whoops, wrong button, bring me back to the safe zone!</button>
<br>
<br>
<form method="POST" action="/account/deleteacct">
<input type="hidden" name="email" value="{{ user_email }}">
<input type="hidden" name="hash" value="{{ password_hash }}">