You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/shared/src/types/clerk.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1072,11 +1072,11 @@ export type ClerkOptions = ClerkOptionsNavigation &
1072
1072
AfterSignOutUrl&
1073
1073
AfterMultiSessionSingleSignOutUrl&{
1074
1074
/**
1075
-
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
1075
+
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
1076
1076
*/
1077
1077
appearance?: Appearance;
1078
1078
/**
1079
-
* Optional object to localize your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
1079
+
* Optional object to localize your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
1080
1080
*/
1081
1081
localization?: LocalizationResource;
1082
1082
polling?: boolean;
@@ -1089,7 +1089,7 @@ export type ClerkOptions = ClerkOptionsNavigation &
1089
1089
*/
1090
1090
standardBrowser?: boolean;
1091
1091
/**
1092
-
* Optional support email for display in authentication screens. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
1092
+
* Optional support email for display in authentication screens. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
1093
1093
*/
1094
1094
supportEmail?: string;
1095
1095
/**
@@ -1140,7 +1140,7 @@ export type ClerkOptions = ClerkOptionsNavigation &
1140
1140
*/
1141
1141
sdkMetadata?: SDKMetadata;
1142
1142
/**
1143
-
* The full URL or path to the waitlist page. If `undefined`, will redirect to the [Account Portal waitlist page](https://clerk.com/docs/guides/customizing-clerk/account-portal#waitlist).
1143
+
* The full URL or path to the waitlist page. If `undefined`, will redirect to the [Account Portal waitlist page](https://clerk.com/docs/guides/account-portal/overview#waitlist).
0 commit comments