Skip to content

Commit

Permalink
fix: log vite public key
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa committed Jun 25, 2024
1 parent 567ab5c commit a97f7c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const VITE_RECAPTCHA_V3_SITE_KEY = import.meta.env
.VITE_RECAPTCHA_V3_SITE_KEY as string;

function App() {
console.log(VITE_RECAPTCHA_V3_SITE_KEY);
return (
<GoogleReCaptchaProvider reCaptchaKey={VITE_RECAPTCHA_V3_SITE_KEY}>
<ChakraProvider theme={lightTheme}>
Expand Down

0 comments on commit a97f7c9

Please sign in to comment.