Skip to content

Commit

Permalink
fix url prop
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Dec 11, 2024
1 parent 7be9785 commit 5e55301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clerk-js/src/ui/Components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@ const Components = (props: ComponentsProps) => {

{__BUILD_FLAG_KEYLESS_UI__
? state.options?.__internal_claimKeylessApplicationUrl &&
state.options?.__internal_claimKeylessApplicationUrl && (
state.options?.__internal_copyInstanceKeysUrl && (
<LazyImpersonationFabProvider globalAppearance={state.appearance}>
<KeylessPrompt
claimUrl={state.options.__internal_claimKeylessApplicationUrl}
copyKeysUrl={state.options.__internal_claimKeylessApplicationUrl}
copyKeysUrl={state.options.__internal_copyInstanceKeysUrl}
/>
</LazyImpersonationFabProvider>
)
Expand Down

0 comments on commit 5e55301

Please sign in to comment.