Frontend: Add support for deleting current account

This commit is contained in:
2023-09-23 14:59:49 +02:00
parent e6085c6e0b
commit cf3fe30e4e
5 changed files with 73 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Account deleted</title>
</head>
<body>
<p>Your account successfully deleted</p>
<a href="/">Return to index</a>
</body>
</html>

10
static/user_updated.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>User updated</title>
</head>
<body>
<p>User successfully updated</p>
<a href="/panel">Return to user panel</a>
</body>
</html>