added community profile setting from dialog (untested)

This commit is contained in:
2025-10-17 23:21:31 -06:00
parent 0edba20d1d
commit 83bd817630
5 changed files with 149 additions and 0 deletions
+4
View File
@@ -124,6 +124,10 @@ func EditProfile(ctxt ui.AmContext) (string, any, error) {
return "redirect", target, nil
}
if action == "update" {
err = dlg.Validate()
if err != nil {
return dlg.RenderError(ctxt, err.Error())
}
var ci *database.ContactInfo
ci, err = u.ContactInfo()
if err == nil {