Skip to content

Commit 2d7c289

Browse files
authored
Apply suggestions from code review
1 parent a1058ae commit 2d7c289

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

services/auth/source/oauth2/providers_custom.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package oauth2
66

77
import (
88
"code.gitea.io/gitea/modules/setting"
9+
910
"github.com/markbates/goth"
1011
"github.com/markbates/goth/providers/azureadv2"
1112
"github.com/markbates/goth/providers/gitea"

services/auth/source/oauth2/providers_openid.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ package oauth2
77
import (
88
"code.gitea.io/gitea/modules/log"
99
"code.gitea.io/gitea/modules/setting"
10+
1011
"github.com/markbates/goth"
1112
"github.com/markbates/goth/providers/openidConnect"
1213
)

services/auth/source/oauth2/providers_simple.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package oauth2
66

77
import (
88
"code.gitea.io/gitea/modules/setting"
9+
910
"github.com/markbates/goth"
1011
"github.com/markbates/goth/providers/azuread"
1112
"github.com/markbates/goth/providers/bitbucket"

0 commit comments

Comments
 (0)