mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-30 19:08:16 +02:00
Add otp.js
This commit is contained in:
parent
82eab88088
commit
a84728cc5e
1 changed files with 5 additions and 0 deletions
5
public/js/otp.js
Normal file
5
public/js/otp.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
function clickEvent(first, last) {
|
||||
if (first.value.length) {
|
||||
document.getElementById(last).focus();
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue