Fix login.tmpl rendering

This passes in the correct field named GitlabDisplayName.
pull/283/head
Matt Baer 5 years ago
parent 06054a2cd7
commit 79a968f425
  1. 2
      account.go

@ -309,7 +309,7 @@ func viewLogin(app *App, w http.ResponseWriter, r *http.Request) error {
OauthSlack bool
OauthWriteAs bool
OauthGitlab bool
GitlabHost string
GitlabDisplayName string
}{
pageForReq(app, r),
r.FormValue("to"),

Loading…
Cancel
Save