mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-13 11:15:03 +08:00
Integrate OAuth2 Provider (#5378)
This commit is contained in:

committed by
techknowlogick

parent
9d3732dfd5
commit
e777c6bdc6
@ -125,6 +125,9 @@ func init() {
|
||||
new(U2FRegistration),
|
||||
new(TeamUnit),
|
||||
new(Review),
|
||||
new(OAuth2Application),
|
||||
new(OAuth2AuthorizationCode),
|
||||
new(OAuth2Grant),
|
||||
)
|
||||
|
||||
gonicNames := []string{"SSL", "UID"}
|
||||
|
Reference in New Issue
Block a user