From ba986f9efcd151296743fa4b9a7503b14824c6e2 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 20a21d5f6..a92b3a376 100644 --- a/front/src/components/auth/LoginForm.vue +++ b/front/src/components/auth/LoginForm.vue @@ -54,7 +54,10 @@