feat: hcaptcha
This commit is contained in:
@@ -9,4 +9,7 @@ const app = createApp(App);
|
||||
|
||||
app.use(pinia);
|
||||
app.use(router);
|
||||
|
||||
app.config.globalProperties.$hcaptchaSitekey = import.meta.env.VITE_HCAPTCHA_SITEKEY;
|
||||
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user