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 @@
@@ -48,7 +46,7 @@ const input = ref()
{ console.log(e.relatedTarget); if (e.relatedTarget && 'value' in e.relatedTarget && e.relatedTarget.value === model) showPassword = showPassword; else showPassword = false; }"
class="input-right show-password" title="toggle visibility"
>