Merge pull request #283 from writeas/gitlab-oauth-cleanup

Clean up GitLab auth code
This commit is contained in:
Matt Baer 2020-03-19 12:00:56 -04:00 committed by GitHub
commit 75a9df82ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View file

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