File tree Expand file tree Collapse file tree
packages/clerk-js/src/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111Expose ` OAuthConsent ` as a public component export across React-based SDKs.
1212
13- Also expose ` useOAuthConsent() ` as a public hook where supported.
13+ Example:
14+
15+ ``` tsx
16+ import { OAuthConsent } from ' @clerk/react' ;
17+
18+ export default function Page() {
19+ return <OAuthConsent />;
20+ }
21+ ```
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ import type {
5858 __internal_CheckoutProps ,
5959 __internal_EnableOrganizationsPromptProps ,
6060 __internal_OAuthConsentProps ,
61- OAuthConsentProps ,
6261 __internal_PlanDetailsProps ,
6362 __internal_SubscriptionDetailsProps ,
6463 __internal_UserVerificationModalProps ,
@@ -96,6 +95,7 @@ import type {
9695 LoadedClerk ,
9796 NavigateOptions ,
9897 OAuthApplicationNamespace ,
98+ OAuthConsentProps ,
9999 OrganizationListProps ,
100100 OrganizationProfileProps ,
101101 OrganizationResource ,
You can’t perform that action at this time.
0 commit comments