mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
feat: oauth manual connect option (#8770)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user