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 + + + + + + + + + +

+
+
+ ); };