Skip to content

Commit c324cf9

Browse files
add doc link
1 parent 0157834 commit c324cf9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/components/client/auth-options-form.client.tsx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,15 @@ function CustomAuthOptionsForm({ ecosystem }: { ecosystem: Ecosystem }) {
141141
name="customAuthEndpoint"
142142
render={({ field }) => (
143143
<FormItem>
144-
<FormLabel>Custom Authentication Endpoint</FormLabel>
144+
<FormLabel>Authentication Endpoint</FormLabel>
145145
<FormDescription>
146-
Enter the URL for your custom authentication endpoint
146+
Enter the URL for your own authentication endpoint.{" "}
147+
<a
148+
className="underline"
149+
href="https://portal.thirdweb.com/connect/in-app-wallet/custom-auth/configuration#generic-auth"
150+
>
151+
Learn more.
152+
</a>
147153
</FormDescription>
148154
<FormControl>
149155
<Input
@@ -161,10 +167,9 @@ function CustomAuthOptionsForm({ ecosystem }: { ecosystem: Ecosystem }) {
161167
name="customHeaders"
162168
render={() => (
163169
<FormItem>
164-
<FormLabel>Custom Headers</FormLabel>
170+
<FormLabel>Headers</FormLabel>
165171
<FormDescription>
166-
Optional: Add custom headers for your authentication
167-
endpoint
172+
Optional: Add headers for your authentication endpoint
168173
</FormDescription>
169174
<FormControl>
170175
<div className="space-y-2">

0 commit comments

Comments
 (0)