🎨 Formatted code

This commit is contained in:
Mawoka
2022-04-10 13:13:01 +02:00
parent d90f7a32af
commit 04b6f76e52
+1 -1
View File
@@ -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) {