beginnings of the Edit Profile page, dialog field and rendering additions

This commit is contained in:
2025-10-10 21:26:01 -06:00
parent 6cdb0ffacf
commit 6eec9f77d9
8 changed files with 290 additions and 9 deletions
+1
View File
@@ -52,6 +52,7 @@ func setupEcho() *echo.Echo {
e.GET("/verify", ui.AmWrap(VerifyEmailForm))
e.POST("/verify", ui.AmWrap(VerifyEMail))
e.GET("/passrecovery/:uid/:auth", ui.AmWrap(PasswordRecovery))
e.GET("/profile", ui.AmWrap(EditProfileForm))
return e
}