mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: move client secret below Advanced accordion to match mainOAuth pattern
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user