config: rename some sections

removing redundant words from section title for those now in groups.
This commit is contained in:
Harvey Tindall
2025-11-27 19:50:32 +00:00
parent d90617c027
commit 787d0e7b4c
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -67,6 +67,7 @@ func (app *appContext) getUserTokenLogin(gc *gin.Context) {
host := app.ExternalDomainNoPort(gc)
uri := "/my"
// FIXME: This seems like a bad idea? I think it's to deal with people having Reverse proxy subfolder/URL base set to /accounts.
// RESPONSE: Not sure when this was added but I think some changes to page stuff make it unnecessary.
// if strings.HasPrefix(gc.Request.RequestURI, PAGES.Base) {
// uri = "/accounts/my"
// }