mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
fix: update re-authentication messages for Linear and Notion connectors
This commit is contained in:
parent
7ba5e9c662
commit
6c37b563c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
</div>
|
||||
))}
|
||||
</SelectContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue