Fix login.tmpl rendering
This passes in the correct field named GitlabDisplayName.
This commit is contained in:
parent
06054a2cd7
commit
79a968f425
2 changed files with 9 additions and 9 deletions
|
@ -309,7 +309,7 @@ func viewLogin(app *App, w http.ResponseWriter, r *http.Request) error {
|
||||||
OauthSlack bool
|
OauthSlack bool
|
||||||
OauthWriteAs bool
|
OauthWriteAs bool
|
||||||
OauthGitlab bool
|
OauthGitlab bool
|
||||||
GitlabHost string
|
GitlabDisplayName string
|
||||||
}{
|
}{
|
||||||
pageForReq(app, r),
|
pageForReq(app, r),
|
||||||
r.FormValue("to"),
|
r.FormValue("to"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue