From f3c286ba0e4b04774df4b44cf612952024448408 Mon Sep 17 00:00:00 2001 From: wvffle Date: Tue, 21 Jun 2022 06:40:54 +0000 Subject: [PATCH] Fix login form focusing reset password link instead of next input --- changes/changelog.d/1373.bugfix | 1 + front/src/components/auth/LoginForm.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changes/changelog.d/1373.bugfix 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 cecade905..36e60b69a 100644 --- a/front/src/components/auth/LoginForm.vue +++ b/front/src/components/auth/LoginForm.vue @@ -54,7 +54,10 @@