From 6c37b563c01138db2e35641732239df7de59f871 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:31:26 +0530 Subject: [PATCH] fix: update re-authentication messages for Linear and Notion connectors --- surfsense_web/components/tool-ui/linear/create-linear-issue.tsx | 2 +- surfsense_web/components/tool-ui/notion/create-notion-page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx b/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx index fad44b913..a9090db99 100644 --- a/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx +++ b/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx @@ -303,7 +303,7 @@ function ApprovalCard({ key={w.id} className="relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 px-2 text-sm select-none opacity-50 pointer-events-none" > - {w.name} (needs re-authentication) + {w.name} (expired, retry after re-auth) ))} diff --git a/surfsense_web/components/tool-ui/notion/create-notion-page.tsx b/surfsense_web/components/tool-ui/notion/create-notion-page.tsx index 093c97d4b..d50003320 100644 --- a/surfsense_web/components/tool-ui/notion/create-notion-page.tsx +++ b/surfsense_web/components/tool-ui/notion/create-notion-page.tsx @@ -275,7 +275,7 @@ function ApprovalCard({ key={a.id} className="relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 px-2 text-sm select-none opacity-50 pointer-events-none" > - {a.workspace_name} (needs re-authentication) + {a.workspace_name} (expired, retry after re-auth) ))}