We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907b101 commit 1bd6836Copy full SHA for 1bd6836
src/routes/(console)/project-[region]-[project]/auth/(providers)/auth0OAuth.svelte
@@ -52,7 +52,7 @@
52
</svelte:fragment>
53
<InputSwitch id="state" bind:value={enabled} label={enabled ? 'Enabled' : 'Disabled'} />
54
<InputText
55
- id="appID"
+ id="clientID"
56
label="Client ID"
57
autofocus={true}
58
placeholder="Enter ID"
@@ -66,7 +66,7 @@
66
bind:value={clientSecret}
67
required />
68
69
- id="auth0Domain"
+ id="domain"
70
label="Auth0 Domain"
71
placeholder="your-tenant.auth0.com"
72
bind:value={auth0Domain}
0 commit comments