Skip to content

Commit

Permalink
Merge pull request #104 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
Feature -> production
  • Loading branch information
theClarkSell committed Oct 13, 2023
2 parents 8af7cd0 + 8b58c13 commit 3fd6d35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
}
onMount(() => {
/* eslint-disable no-undef */
grecaptcha.enterprise.ready(async () => {
if (window.grecaptcha) {
/* eslint-disable no-undef */
await grecaptcha.enterprise.execute(recaptcha.siteKey, { action: 'site_load' });
});
grecaptcha.enterprise.ready(async () => {
/* eslint-disable no-undef */
await grecaptcha.enterprise.execute(recaptcha.siteKey, { action: 'site_load' });
});
}
if ($showReleaseNotes) {
messages.update((m) => [
Expand Down

1 comment on commit 3fd6d35

@vercel
Copy link

@vercel vercel bot commented on 3fd6d35 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.