first commit
This commit is contained in:
1
assets/js/pages/two-step-verification.init.js
Normal file
1
assets/js/pages/two-step-verification.init.js
Normal file
@ -0,0 +1 @@
|
||||
function getInputElement(e){return document.getElementById("digit"+e+"-input")}function moveToNext(e,t){t=t.which||t.keyCode;1===getInputElement(e).value.length&&(4!==e?getInputElement(e+1).focus():(getInputElement(e).blur(),console.log("submit code"))),8===t&&1!==e&&getInputElement(e-1).focus()}
|
Reference in New Issue
Block a user