From 1d417d672cc5cb2e15ed73cb3cf52a8c1f5e741f Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Tue, 12 May 2026 04:25:07 +0530 Subject: [PATCH] fix: disable refresh button when provider access token is missing --- src/routes/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index 9d6edd2..aa5bca3 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -429,7 +429,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => ( type="button" x-on:click="forceRefresh(provider.name)" class="btn btn-base w-full" - x-bind:disabled="loading" + x-bind:disabled="loading || !provider.status.accessToken" >