From a2f97776bf73105b439894f25f57ea2595365240 Mon Sep 17 00:00:00 2001 From: salmonumbrella <182032677+salmonumbrella@users.noreply.github.com> Date: Tue, 31 Mar 2026 06:46:55 -0700 Subject: [PATCH] feat(oauth): polished success page for Google auth callback --- app/oauth/page.tsx | 160 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 148 insertions(+), 12 deletions(-) diff --git a/app/oauth/page.tsx b/app/oauth/page.tsx index 612a098..db62997 100644 --- a/app/oauth/page.tsx +++ b/app/oauth/page.tsx @@ -122,18 +122,154 @@ const OauthPage = () => { }, []); return ( -
- Authentication complete. You can close this window. -
+ <> + +
+
+
+ RoamJS + + + + +
+

+ Google Account Connected to Roam Research +

+

+ You can now close this window and return to{" "} + + + Roam + + + + + + + + + +

+
+
+ ); };