Updated login

This commit is contained in:
Tracker-Friendly 2023-11-20 00:08:39 +00:00
parent 47f11a334e
commit 2cde4be393
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
<div class="content">
<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 }}">