1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Ethan Koenig 2017-05-04 01:54:56 -04:00 committed by Lunny Xiao
parent 1773e88643
commit a5f28a4544
4 changed files with 10 additions and 10 deletions

View file

@ -9,8 +9,8 @@ import "fmt"
// ErrOpenIDConnectInitialize represents a "OpenIDConnectInitialize" kind of error.
type ErrOpenIDConnectInitialize struct {
OpenIDConnectAutoDiscoveryURL string
ProviderName string
Cause error
ProviderName string
Cause error
}
// IsErrOpenIDConnectInitialize checks if an error is a ExternalLoginUserAlreadyExist.