From 98e0f2f962a4acda4f3c848ff44f9877d7998dc2 Mon Sep 17 00:00:00 2001 From: jarugupj <121142710+jarugupj@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:46:49 +0000 Subject: [PATCH] cli: show favicon and fix title on auth success page The browser page shown after `kernel login` had no favicon, so browsers fell back to the default icon. Embed the Kernel favicon inline as an SVG data URI so it renders without a follow-up request (the local callback server stops right after serving the page). The title used an em-dash that rendered as mojibake because the page declares no charset. Replace it with a hyphen. Co-Authored-By: Claude Opus 4.7 --- pkg/auth/success.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/auth/success.html b/pkg/auth/success.html index e54b6c9..cbbe23b 100644 --- a/pkg/auth/success.html +++ b/pkg/auth/success.html @@ -1,7 +1,8 @@ - kernel cli — authenticated + kernel cli - authenticated +