fix: move client secret below Advanced accordion to match mainOAuth pattern

This commit is contained in:
harsh mahajan
2026-05-21 12:46:34 +05:30
parent ac30ff1f6c
commit dbbd29be3e
@@ -134,6 +134,10 @@
bind:value={appId} />
{/if}
<Accordion title="Advanced" badge="Optional" hideDivider>
<GooglePromptPicker bind:value={prompt} />
</Accordion>
{#if !showSecretInput}
<div>
<Tag size="s" on:click={() => (showSecretInput = true)}>
@@ -176,10 +180,6 @@
</Card.Base>
{/if}
<Accordion title="Advanced" badge="Optional" hideDivider>
<GooglePromptPicker bind:value={prompt} />
</Accordion>
<Alert.Inline status="info">
To complete set up, add this OAuth2 redirect URI to your Google app configuration.
</Alert.Inline>