{"version":3,"file":"removeGoogleReCaptchaBadge.cjs","sources":["../../../src/helpers/removeGoogleReCaptchaBadge.ts"],"sourcesContent":["/**\n * Removes the Google reCAPTCHA badge.\n *\n * @return {void} This function does not return a value.\n */\nexport const removeGoogleReCaptchaBadge = () => {\n  const nodeBadge = document.querySelector('.grecaptcha-badge');\n  if (nodeBadge && nodeBadge.parentNode) {\n    document.body.removeChild(nodeBadge.parentNode);\n  }\n};\n"],"names":["removeGoogleReCaptchaBadge","nodeBadge"],"mappings":"gFAKO,MAAMA,EAA6B,IAAM,CAC9C,MAAMC,EAAY,SAAS,cAAc,mBAAmB,EACxDA,GAAaA,EAAU,YACzB,SAAS,KAAK,YAAYA,EAAU,UAAU,CAElD"}