diff --git a/changes/changelog.d/1373.bugfix b/changes/changelog.d/1373.bugfix new file mode 100644 index 000000000..bc6a96540 --- /dev/null +++ b/changes/changelog.d/1373.bugfix @@ -0,0 +1 @@ +Fix login form focusing reset password link instead of next input (#1373) diff --git a/front/src/components/auth/LoginForm.vue b/front/src/components/auth/LoginForm.vue index 20a21d5f6..a92b3a376 100644 --- a/front/src/components/auth/LoginForm.vue +++ b/front/src/components/auth/LoginForm.vue @@ -54,7 +54,10 @@