diff --git a/components/extensions/general/ArcimMigrationWorkspace.tsx b/components/extensions/general/ArcimMigrationWorkspace.tsx index 3fd748af..87aa5e95 100644 --- a/components/extensions/general/ArcimMigrationWorkspace.tsx +++ b/components/extensions/general/ArcimMigrationWorkspace.tsx @@ -382,10 +382,10 @@ interface ConnectionStatus { } } -// WINT shows as a disabled "Kommer snart" card until the integration is -// verified against a live WINT account. Launch = remove it here AND set -// WINT_MIGRATION_ENABLED=true (the server-side /connect gate). -const COMING_SOON_PROVIDERS = new Set(['wint']) +// Providers listed here render as a disabled "Kommer snart" card. WINT was +// the last entry: it is released now, so the set is empty. WINT still depends +// on WINT_MIGRATION_ENABLED=true, the server-side /connect gate. +const COMING_SOON_PROVIDERS = new Set([]) const PROVIDER_LOGOS: Record = { fortnox: '/logos/fortnox.svg',