From 67787fb92617af4e4d9b28473df6b0dfb7f9195f Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 7 Dec 2021 08:25:08 +0100 Subject: [PATCH] register add tabindex-1 on password show --- frontend/src/components/Inputs/InputPassword.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Inputs/InputPassword.vue b/frontend/src/components/Inputs/InputPassword.vue index 15ce116c9..b457e7673 100644 --- a/frontend/src/components/Inputs/InputPassword.vue +++ b/frontend/src/components/Inputs/InputPassword.vue @@ -23,6 +23,7 @@ variant="outline-light" @click="toggleShowPassword" class="border-left-0 rounded-right" + tabindex="-1" >