Skip to content

Commit

Permalink
Merge pull request #1482 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
Feature -> Production
  • Loading branch information
theClarkSell authored Oct 13, 2023
2 parents 6ad1792 + 6846401 commit eed66c4
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 @@ -48,11 +48,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 eed66c4

@vercel
Copy link

@vercel vercel bot commented on eed66c4 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.