From ac933b1ec0a01b99a53a006d28d636aea722cb8a Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 29 Oct 2017 03:45:21 +0100 Subject: [PATCH] Update profile.go --- controllers/user/profile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/user/profile.go b/controllers/user/profile.go index c332a328..4c9581bc 100644 --- a/controllers/user/profile.go +++ b/controllers/user/profile.go @@ -204,6 +204,7 @@ func UserProfileFormHandler(c *gin.Context) { } if !messages.HasErrors() { messages.AddInfoT("infos", "profile_updated") + userProfile = user } } }