diff --git a/handlers/application/members.go b/handlers/application/members.go index 586b4e4..7a9d8c6 100644 --- a/handlers/application/members.go +++ b/handlers/application/members.go @@ -76,7 +76,7 @@ func (h *ApplicationHandler) MemberUpdate(w http.ResponseWriter, r *http.Request return } - http.Redirect(w, r, fmt.Sprintf("/app/profile/%s", resp.Account.Id), http.StatusFound) + http.Redirect(w, r, fmt.Sprintf("/app/members/%s", resp.Account.Id), http.StatusFound) return }