🎨 Formatted code
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
const { response } = await hcaptcha.execute(hcaptchaWidgetID, {
|
const { response } = await hcaptcha.execute(hcaptchaWidgetID, {
|
||||||
async: true
|
async: true
|
||||||
});
|
});
|
||||||
captcha_resp = response
|
captcha_resp = response;
|
||||||
captcha_resp = '';
|
captcha_resp = '';
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (import.meta.env.VITE_SENTRY !== null) {
|
if (import.meta.env.VITE_SENTRY !== null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user