feat: oauth manual connect option (#8770)

This commit is contained in:
Diego Imbert
2026-04-09 19:19:25 +02:00
committed by GitHub
parent 5f57727a4d
commit 4b876392a0
@@ -830,6 +830,12 @@
>Create a resource backed by an OAuth connection, whose token is fetched from the
external services and refreshed automatically if needed before expiration.</div
>
<button
onclick={() => (manual = true)}
class="text-xs font-normal text-accent w-fit mt-2"
>
Create resource manually instead
</button>
</div>
{#if resourceTypeInfo?.description}