diff --git a/frontend/src/lib/play/join.svelte b/frontend/src/lib/play/join.svelte index b311640..7d483ee 100644 --- a/frontend/src/lib/play/join.svelte +++ b/frontend/src/lib/play/join.svelte @@ -46,7 +46,7 @@ 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) {