auto-focus download code input

This commit is contained in:
xenofem 2022-05-03 18:33:48 -04:00
parent 9d87934cf4
commit 6ceb79374a

View file

@ -22,4 +22,5 @@ document.addEventListener('DOMContentLoaded', () => {
}, 0); }, 0);
} }
}); });
downloadCodeInput.focus();
}); });