From bb4fbd6e50e6bc9e74cff17eff6539f5615d1a08 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 29 Dec 2024 17:51:06 +0100 Subject: [PATCH] refactor(ui): keep password visible when tabbing from 'show password' into input --- front/src/components/ui/Input.vue | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/front/src/components/ui/Input.vue b/front/src/components/ui/Input.vue index 964e61a09..ba3e7fb11 100644 --- a/front/src/components/ui/Input.vue +++ b/front/src/components/ui/Input.vue @@ -1,5 +1,5 @@