Skip to content

Commit 1bd6836

Browse files
committed
fix:changed id back
1 parent 907b101 commit 1bd6836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/(console)/project-[region]-[project]/auth/(providers)/auth0OAuth.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</svelte:fragment>
5353
<InputSwitch id="state" bind:value={enabled} label={enabled ? 'Enabled' : 'Disabled'} />
5454
<InputText
55-
id="appID"
55+
id="clientID"
5656
label="Client ID"
5757
autofocus={true}
5858
placeholder="Enter ID"
@@ -66,7 +66,7 @@
6666
bind:value={clientSecret}
6767
required />
6868
<InputText
69-
id="auth0Domain"
69+
id="domain"
7070
label="Auth0 Domain"
7171
placeholder="your-tenant.auth0.com"
7272
bind:value={auth0Domain}

0 commit comments

Comments
 (0)