localhost-front/public/js/modal-two-factor-auth.js
2024-12-13 14:33:50 +09:00

1 line
192 B
JavaScript

document.addEventListener("DOMContentLoaded",function(e){var n;(n=document.querySelectorAll("#twoFactorAuthInputSms"))&&n.forEach(function(e){new Cleave(e,{phone:!0,phoneRegionCode:"US"})})});