diff --git a/frappe/templates/includes/login/login.js b/frappe/templates/includes/login/login.js index b61d4c6e61..3cff2e4652 100644 --- a/frappe/templates/includes/login/login.js +++ b/frappe/templates/includes/login/login.js @@ -339,13 +339,14 @@ var request_otp = function (r) { {{ _("Verification") }}
- + ` ); // add event handler for submit button verify_token(); + $("#login_token").get(0)?.focus(); } var continue_otp_app = function (setup, qrcode) {