diff --git a/frontend/src/components/input/Password.vue b/frontend/src/components/input/Password.vue index f9b4f5936..a0a45dd1e 100644 --- a/frontend/src/components/input/Password.vue +++ b/frontend/src/components/input/Password.vue @@ -45,6 +45,7 @@ const props = withDefaults(defineProps<{ validateInitially?: boolean, validateMinLength?: boolean, }>(), { + tabindex: undefined, validateMinLength: true, })