🚧 Added winner-screen

This commit is contained in:
Mawoka
2022-04-10 13:10:21 +02:00
parent f3b6dc420b
commit 88a8cec5b2
15 changed files with 4843 additions and 3607 deletions
+2 -1
View File
@@ -46,7 +46,8 @@
const { response } = await hcaptcha.execute(hcaptchaWidgetID, {
async: true
});
captcha_resp = response;
captcha_resp = response
captcha_resp = '';
} catch (e) {
if (import.meta.env.VITE_SENTRY !== null) {
Sentry.captureException(e);