diff --git a/src/components/modals/SinpeMovilMobileVerificationModal.vue b/src/components/modals/SinpeMovilMobileVerificationModal.vue index 4c74e325..289ee8eb 100644 --- a/src/components/modals/SinpeMovilMobileVerificationModal.vue +++ b/src/components/modals/SinpeMovilMobileVerificationModal.vue @@ -14,6 +14,11 @@
+ + @@ -68,6 +73,7 @@ maxlength="6" pattern="\d{6}" @input="onOtpCodeInput()" + :tabindex="scrollerIndex === 1 ? 0 : -1" />

{{ errorMessage }}

@@ -75,13 +81,14 @@