mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 05:36:16 +00:00
Bug fix
This commit is contained in:
parent
57bc2d1ca0
commit
76dae5bf68
|
@ -24,6 +24,8 @@ func Setting(form auth.UpdateProfileForm, r render.Render, data base.TmplData, r
|
|||
user := auth.SignedInUser(session)
|
||||
if req.Method == "GET" {
|
||||
data["Owner"] = user
|
||||
r.HTML(200, "user/setting", data)
|
||||
return
|
||||
}
|
||||
|
||||
if hasErr, ok := data["HasError"]; ok && hasErr.(bool) {
|
||||
|
|
Loading…
Reference in a new issue