feat: replace casdoor/goth with markbates/goth (#1374)

This commit is contained in:
Yaodong Yu
2022-12-06 17:18:29 +08:00
committed by GitHub
parent e207fd243b
commit 042e52bd16
5 changed files with 63 additions and 45 deletions

View File

@ -98,7 +98,7 @@ func GetIdProvider(typ string, subType string, clientId string, clientSecret str
return nil
}
var gothList = []string{"Apple", "AzureAd", "Slack", "Steam"}
var gothList = []string{"Apple", "AzureAD", "Slack", "Steam"}
func isGothSupport(provider string) bool {
for _, value := range gothList {