We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0b036 commit ba92626Copy full SHA for ba92626
1 file changed
internal/commands/auth.go
@@ -126,6 +126,8 @@ func validLogin(telemetryWrapper wrappers.TelemetryWrapper) func(cmd *cobra.Comm
126
logger.PrintIfVerbose("Set unique id: " + uniqueID)
127
err := telemetryWrapper.SendAIDataToLog(&wrappers.DataForAITelemetry{
128
UniqueID: uniqueID,
129
+ Type: "authentication",
130
+ SubType: "authentication",
131
})
132
if err != nil {
133
logger.PrintIfVerbose("Failed to send telemetry data: " + err.Error())
0 commit comments