Skip to content

Commit d0b5240

Browse files
author
Daniel Carrion
committed
fix: plural
1 parent 865710a commit d0b5240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/userauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ type OIDCConfig struct {
192192
httpmw.OAuth2Config
193193

194194
Verifier *oidc.IDTokenVerifier
195-
// EmailDomains is the domain to enforce when a user authenticates.
195+
// EmailDomains are the domains to enforce when a user authenticates.
196196
EmailDomains []string
197197
AllowSignups bool
198198
// IgnoreEmailVerified allows ignoring the email_verified claim

0 commit comments

Comments
 (0)