From 332be07b0c1788a4491d531267619fb96902fddc Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 10 Mar 2026 17:52:50 -0400 Subject: [PATCH] Style OpenAI OAuth callback page with card layout Match the styled card design used by the GitHub App manifest callback, replacing the plain unstyled HTML on the /auth/callback page. Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/crates/arc-openai-oauth/src/lib.rs | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/lib/crates/arc-openai-oauth/src/lib.rs b/lib/crates/arc-openai-oauth/src/lib.rs index bd6cbaa4a..fd7de5bb9 100644 --- a/lib/crates/arc-openai-oauth/src/lib.rs +++ b/lib/crates/arc-openai-oauth/src/lib.rs @@ -401,10 +401,23 @@ pub async fn start_callback_server( axum::response::Html( r#" -Arc + + +Arc + + -

Authorization Successful

-

You can close this tab and return to your terminal.

+
+
+

Authorization Successful

+

You can close this tab and return to your terminal.

+
"# .to_string(),