{"version":3,"file":"js/recaptcha-a508d0624b7d428cef28.js","mappings":"uFACAA,SAASC,iBAAiB,oBAAoB,WAC1C,MAAMC,EAAOF,SAASG,eAAe,YAC/BC,EAAeJ,SAASG,eAAe,mBACvCE,EAAiBL,SAASG,eAAe,mBAC/CC,EAAaH,iBAAiB,SAAUK,IACpCA,EAAMC,iBACNC,WAAWC,WAAWC,OAAMC,UACxBN,EAAeO,YAAcJ,WAAWC,WAAWI,QAAQ,2CAA4C,CAACC,OAAQ,WAChHZ,EAAKa,QAAQ,GACf,GAEV,G","sources":["webpack://gas2door/./app/javascript/packs/recaptcha.js"],"sourcesContent":["\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n const form = document.getElementById('new_user')\n const submitButton = document.getElementById('new_user_submit')\n const recaptchaToken = document.getElementById('recaptcha_token')\n submitButton.addEventListener('click', (event) => {\n event.preventDefault();\n grecaptcha.enterprise.ready(async () => {\n recaptchaToken.value = await grecaptcha.enterprise.execute('6LfwcmsqAAAAAGYZ1Y_-qvPJzxkbtkt6so7tCCN8', {action: 'signup'});\n form.submit()\n });\n })\n})\n\n\n"],"names":["document","addEventListener","form","getElementById","submitButton","recaptchaToken","event","preventDefault","grecaptcha","enterprise","ready","async","value","execute","action","submit"],"sourceRoot":""}