Skip to content

Commit

Permalink
(chore) fix signUpUrl prop description on clerkprovider (#1799)
Browse files Browse the repository at this point in the history
Co-authored-by: victoria <[email protected]>
  • Loading branch information
alexisintech and victoriaxyz authored Dec 12, 2024
1 parent a13343b commit 9a830c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/clerk-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The recommended approach is to wrap your entire app with `<ClerkProvider>` at th
- `signUpUrl`
- `string`

This URL will be used for any redirects that might happen and needs to point to your primary application on the client-side. This option is optional for production instances and required for development instances. It's recommended to use [the environment variable](/docs/deployments/clerk-environment-variables#sign-in-and-sign-up-redirects) instead.
This URL will be used for any redirects that might happen and needs to point to your primary application on the client-side. This option is optional for production instances but **must be set for a satellite application in a development instance.** It's recommended to use [the environment variable](/docs/deployments/clerk-environment-variables#sign-in-and-sign-up-redirects) instead.

---

Expand Down

0 comments on commit 9a830c5

Please sign in to comment.