Added change password functionality

This commit is contained in:
2025-02-16 12:38:07 +11:00
parent ec3d34b86e
commit 97404fff1b
6 changed files with 159 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
package account
templ AccountSecurity() {
<div>
@ChangePassword("")
</div>
}