Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6619ff

Browse files
committed
Improve comments from self-review
1 parent292d9f6 commite6619ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎coderd/userauth.go

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

216216
Verifier*oidc.IDTokenVerifier
217-
// EmailDomain isan optionaldomain torequire whenauthenticating.
217+
// EmailDomain isthedomain toenforce whena user authenticates.
218218
EmailDomainstring
219219
AllowSignupsbool
220220
}

‎coderd/username/username.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
replace=regexp.MustCompile("[^a-zA-Z0-9-]*")
1313
)
1414

15-
// Valid returns whether the input string is a valid username or not.
15+
// Valid returns whether the input string is a valid username.
1616
funcValid(strstring)bool {
1717
iflen(str)>32 {
1818
returnfalse

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp