2FA Input box cleared
-
This is a great plugin with one annoying feature… the 2FA input box is cleared after 200 ms on focus.
In class-login.php there is this chunk of code which is the culprit.
Please make this optional – I need to disable it being cleared.
<script type="text/javascript"> setTimeout(function () { var d try { d = document.getElementById('authcode') d.value = '' d.focus() } catch (e) {} }, 200) </script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘2FA Input box cleared’ is closed to new replies.