• Resolved mtissington

    (@mtissington)


    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)
  • Plugin Support Lucian Padureanu

    (@lucianwpwhite)

    Thank you for bringing this into our attention @mtissington !

    I’ll make sure to add an internal ticket based on this and we’ll check it as part of the upcoming plugin release.

    If you have additional questions, feel free to reach out!

Viewing 1 replies (of 1 total)

The topic ‘2FA Input box cleared’ is closed to new replies.