Updated login
This commit is contained in:
parent
2cde4be393
commit
0251d0eeb1
|
@ -14,7 +14,6 @@
|
||||||
<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/dashboard';">Whoops, wrong button, bring me back to the safe zone!</button>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
|
||||||
<form method="POST" action="/account/deleteacct">
|
<form method="POST" action="/account/deleteacct">
|
||||||
<input type="hidden" name="email" value="{{ user_email }}">
|
<input type="hidden" name="email" value="{{ user_email }}">
|
||||||
<input type="hidden" name="hash" value="{{ password_hash }}">
|
<input type="hidden" name="hash" value="{{ password_hash }}">
|
||||||
|
|
Loading…
Reference in New Issue