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

@@ -19,7 +19,7 @@ templ AccountContainer(subpage string) {
case "General":
@AccountGeneral()
case "Security":
@AccountGeneral()
@AccountSecurity()
}
</div>
</div>