Skip to content

Commit dfc6c7e

Browse files
authored
Merge pull request #15 from vechain/fix-log-vite-key
fix: log vite public key
2 parents 567ab5c + a97f7c9 commit dfc6c7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/frontend/src/App.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const VITE_RECAPTCHA_V3_SITE_KEY = import.meta.env
1616
.VITE_RECAPTCHA_V3_SITE_KEY as string;
1717

1818
function App() {
19-
console.log(VITE_RECAPTCHA_V3_SITE_KEY);
2019
return (
2120
<GoogleReCaptchaProvider reCaptchaKey={VITE_RECAPTCHA_V3_SITE_KEY}>
2221
<ChakraProvider theme={lightTheme}>

0 commit comments

Comments
 (0)