Remove EmailDomain verification from GitLab provider

This is handled globally
This commit is contained in:
Nick Meves
2020-10-20 10:01:53 -07:00
parent d9c141ae7c
commit 4a54c9421c
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -273,7 +273,6 @@ func parseProviderInfo(o *options.Options, msgs []string) []string {
case *providers.GitLabProvider:
p.AllowUnverifiedEmail = o.InsecureOIDCAllowUnverifiedEmail
p.Groups = o.GitLabGroup
p.EmailDomains = o.EmailDomains
if o.GetOIDCVerifier() != nil {
p.Verifier = o.GetOIDCVerifier()