Skip to content

Commit 6cbb63c

Browse files
committed
update error message
1 parent bae96d3 commit 6cbb63c

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
@@ -415,7 +415,7 @@ func (api *API) oauthLogin(r *http.Request, params oauthLoginParams) (*http.Cook
415415
if !validUsername {
416416
return httpError{
417417
code: http.StatusConflict,
418-
msg: fmt.Sprintf("exhausted alternate usernames for taken username %q", original),
418+
msg: fmt.Sprintf("exhausted alternatives for taken username %q", original),
419419
}
420420
}
421421
}

0 commit comments

Comments
 (0)