Updated account

This commit is contained in:
Tracker-Friendly 2023-11-20 17:26:48 +00:00
parent 11895bc784
commit dcd9253bb9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</div> </div>
<div class="content"> <div class="content">
<h1>Are you SURE you would like to delete your account?</h1> <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> <button onclick="location.href = '/account';">Whoops, wrong button, bring me back to the safe zone!</button>
<br> <br>
<form method="POST" action="/account/deleteapi"> <form method="POST" action="/account/deleteapi">
<input type="hidden" name="email" value="{{ user_email }}"> <input type="hidden" name="email" value="{{ user_email }}">