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

Commit17cc6fe

Browse files
committed
fix: add external auth configs to telemetry
1 parent07cd9ac commit17cc6fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎cli/server.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -797,9 +797,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
797797

798798
ifvals.Telemetry.Enable {
799799
gitAuth:=make([]telemetry.GitAuth,0)
800-
// TODO:
801-
gitAuthConfigs:=make([]codersdk.ExternalAuthConfig,0)
802-
for_,cfg:=rangegitAuthConfigs {
800+
for_,cfg:=rangeexternalAuthConfigs {
803801
gitAuth=append(gitAuth, telemetry.GitAuth{
804802
Type:cfg.Type,
805803
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp