mirror of
https://github.com/directus/directus.git
synced 2026-01-29 20:18:07 -05:00
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:
committed by
GitHub
parent
8a0fa660bf
commit
8d0e2a8fdc
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user