Skip to content

Commit 34e9924

Browse files
committed
chore: remove internal tag from hook
1 parent 4afcb10 commit 34e9924

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/shared/src/react/hooks/useOAuthConsent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const HOOK_NAME = 'useOAuthConsent';
1414
* (`GET /me/oauth/consent/{oauthClientId}`). Ensure the user is authenticated before relying on this hook
1515
* (for example, redirect to sign-in on your custom consent route).
1616
*
17-
* @internal
18-
*
1917
* @example
2018
* ```tsx
2119
* import { useOAuthConsent } from '@clerk/react/internal'

0 commit comments

Comments
 (0)