From eb480d90f287fc1b3e56c599ecf86dc31a1049b5 Mon Sep 17 00:00:00 2001 From: Ishaan Gupta Date: Mon, 13 Jul 2026 14:09:07 +0530 Subject: [PATCH] Refine OAuth timeout UI --- apps/web/app/auth/connect/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/web/app/auth/connect/page.tsx b/apps/web/app/auth/connect/page.tsx index 79c6c0fe..0dc9968f 100644 --- a/apps/web/app/auth/connect/page.tsx +++ b/apps/web/app/auth/connect/page.tsx @@ -7,7 +7,7 @@ import { cn } from "@lib/utils" import { dmSans125ClassName } from "@/lib/fonts" import { isFreeTierPlugin } from "@/lib/plugin-catalog" import { useCustomer } from "autumn-js/react" -import { ArrowRight, Check, Clock3, Loader, XCircle } from "lucide-react" +import { ArrowRight, Check, Loader, XCircle } from "lucide-react" import Image from "next/image" import { useRouter, useSearchParams } from "next/navigation" import { @@ -835,7 +835,7 @@ function AuthConnectContent() {
- +

-
-

- Re-authenticate from the CLI to finish connecting. +

+

+ Re-authenticate from the CLI to finish connecting:

- + npx supermemory plugin login
@@ -869,8 +869,10 @@ function AuthConnectContent() { onClick={retryUpgradeSync} className={cn( "w-full flex items-center justify-center rounded-[10px] h-11", - "bg-[#0D121A] border border-[#1E293B] text-[#FAFAFA]", - "text-[14px] font-medium cursor-pointer transition-colors hover:bg-[#1E293B]", + "text-[#FAFAFA] text-[14px] font-medium cursor-pointer", + "bg-[linear-gradient(182.37deg,#0ff0d2_-91.53%,#5bd3fb_-67.8%,#1e0ff0_95.17%)]", + "shadow-[1px_1px_2px_0px_#1A88FF_inset,0_2px_10px_0_rgba(5,1,0,0.20)]", + "transition-opacity hover:opacity-90", dmSans125ClassName(), )} >