Fix v-form overwriting type of input-hash interface (#12464)

This was causing the password field on the user details page
to show the password in clear text when inputting a new one.
This commit is contained in:
Nicola Krumschmidt
2022-04-01 19:30:10 +02:00
committed by GitHub
parent 8a0fa660bf
commit 8d0e2a8fdc

View File

@@ -18,6 +18,7 @@ import { useI18n } from 'vue-i18n';
import { defineComponent, computed, ref, watch } from 'vue';
export default defineComponent({
inheritAttrs: false,
props: {
value: {
type: String,