Added ability for user to change their bio

This commit is contained in:
2025-02-16 10:44:04 +11:00
parent 42ea74fd63
commit 07453b0f02
6 changed files with 170 additions and 8 deletions

View File

@@ -3,5 +3,6 @@ package account
templ AccountGeneral() {
<div>
@ChangeUsername("", "")
@ChangeBio("", "")
</div>
}