update docs per feedback
This commit is contained in:
parent
18b0959bbf
commit
6adbacd11c
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ func provideStashLogin(config config.Config) login.Middleware {
|
||||||
}
|
}
|
||||||
|
|
||||||
// provideRefresher is a Wire provider function that returns
|
// 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 {
|
func provideRefresher(config config.Config) *oauth2.Refresher {
|
||||||
switch {
|
switch {
|
||||||
case config.Bitbucket.ClientID != "":
|
case config.Bitbucket.ClientID != "":
|
||||||
|
|
Loading…
Reference in a new issue