Frontend: Add password changing support

This commit is contained in:
2023-09-10 18:57:44 +02:00
parent 920376995e
commit d2204b171c
2 changed files with 54 additions and 0 deletions

View File

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