{"version":3,"sources":["../../app/javascript/packs/email_activation.ts"],"sourcesContent":["document.addEventListener('DOMContentLoaded', () => {\n // If the verification code input has six digits, then it's a valid code, auto-submit the form.\n const codeInput = document.querySelector('input[name=\"code\"]');\n if (codeInput && codeInput instanceof HTMLInputElement) {\n codeInput.addEventListener('input', () => {\n const code = codeInput.value;\n if (code.length === 6) {\n codeInput.form?.submit();\n }\n });\n }\n});\n"],"mappings":"mBAAA,SAAS,iBAAiB,mBAAoB,IAAM,CAElD,IAAMA,EAAY,SAAS,cAAc,oBAAoB,EACzDA,GAAaA,aAAqB,kBACpCA,EAAU,iBAAiB,QAAS,IAAM,CAC3BA,EAAU,MACd,SAAW,GAClBA,EAAU,MAAM,OAAO,CAE3B,CAAC,CAEL,CAAC","names":["codeInput"]}