Fix login.tmpl rendering

This passes in the correct field named GitlabDisplayName.
This commit is contained in:
Matt Baer 2020-03-18 16:05:26 -04:00
parent 06054a2cd7
commit 79a968f425
2 changed files with 9 additions and 9 deletions

View file

@ -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"),