mirror of
https://github.com/writefreely/writefreely
synced 2025-02-17 16:28:23 +00:00
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
|
||||
OauthWriteAs bool
|
||||
OauthGitlab bool
|
||||
GitlabHost string
|
||||
GitlabDisplayName string
|
||||
}{
|
||||
pageForReq(app, r),
|
||||
r.FormValue("to"),
|
||||
|
|
Loading…
Add table
Reference in a new issue