mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix(coder): actually ignore email verified if config value is set (#6236)
This commit is contained in:
@ -563,6 +563,7 @@ func Server(vip *viper.Viper, newAPI func(context.Context, *coderd.Options) (*co
|
|||||||
UsernameField: cfg.OIDC.UsernameField.Value,
|
UsernameField: cfg.OIDC.UsernameField.Value,
|
||||||
SignInText: cfg.OIDC.SignInText.Value,
|
SignInText: cfg.OIDC.SignInText.Value,
|
||||||
IconURL: cfg.OIDC.IconURL.Value,
|
IconURL: cfg.OIDC.IconURL.Value,
|
||||||
|
IgnoreEmailVerified: cfg.OIDC.IgnoreEmailVerified.Value,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user