update docs per feedback

This commit is contained in:
techknowlogick 2019-04-22 19:52:37 -04:00 committed by GitHub
parent 18b0959bbf
commit 6adbacd11c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ func provideStashLogin(config config.Config) login.Middleware {
}
// provideRefresher is a Wire provider function that returns
// an oauth token refresher for Bitbucket.
// an oauth token refresher for Bitbucket and Gitea
func provideRefresher(config config.Config) *oauth2.Refresher {
switch {
case config.Bitbucket.ClientID != "":