Skip to content

Commit

Permalink
indent example
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 23, 2024
1 parent 419772f commit 9142869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export default component$(() => {

const { Turnstile, tokenSignal } = useTurnstile(
{
siteKey: import.meta.env.VITE_TURNSTILE_SITEKEY,
onTokenResponse$: $((response) => {
// set the value of an input field
}),
siteKey: import.meta.env.VITE_TURNSTILE_SITEKEY,
onTokenResponse$: $((response) => {
// set the value of an input field
}),
}
);

Expand Down

0 comments on commit 9142869

Please sign in to comment.