Skip to content

Commit

Permalink
fix(elements): Export sign-in captcha (#4548)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter authored Nov 13, 2024
1 parent 74bf937 commit 735afc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-camels-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/elements': patch
---

Export `<SignIn.Captcha />` from root sign-in exports.
1 change: 1 addition & 0 deletions packages/elements/src/react/sign-in/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { SignInRoot as SignIn, SignInRoot as Root } from './root';
export { SignInStep as Step } from './step';
export { SignInAction as Action } from './action';
export { SignInPasskey as Passkey } from './passkey';
export { SignInCaptcha as Captcha } from './captcha';
export { SignInSupportedStrategy as SupportedStrategy } from './choose-strategy';
export { SignInSessionList as SessionList, SignInSessionListItem as SessionListItem } from './choose-session';

Expand Down

0 comments on commit 735afc8

Please sign in to comment.