Skip to content

Commit f06b73f

Browse files
rgarciaclaude
andcommitted
fix: remove unnecessary OAuth warning when API key auth is present
API key authentication is a valid authentication method. The warning suggesting users run 'kernel login' for OAuth was confusing and unnecessary when they already have working API key authentication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d8b2d2d commit f06b73f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/auth.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ func runAuth(cmd *cobra.Command, args []string) error {
8888
} else {
8989
pterm.Info.Printf("API Key: %s\n", strings.Repeat("*", len(apiKey)))
9090
}
91-
pterm.Warning.Println("Consider running 'kernel login' to use OAuth authentication")
9291
return nil
9392
}
9493

0 commit comments

Comments
 (0)