Skip to content

Commit ba92626

Browse files
post-login-setting-type-n-subtype-as-authentication
1 parent 9e0b036 commit ba92626

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/commands/auth.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ func validLogin(telemetryWrapper wrappers.TelemetryWrapper) func(cmd *cobra.Comm
126126
logger.PrintIfVerbose("Set unique id: " + uniqueID)
127127
err := telemetryWrapper.SendAIDataToLog(&wrappers.DataForAITelemetry{
128128
UniqueID: uniqueID,
129+
Type: "authentication",
130+
SubType: "authentication",
129131
})
130132
if err != nil {
131133
logger.PrintIfVerbose("Failed to send telemetry data: " + err.Error())

0 commit comments

Comments
 (0)