[fix] linter

This commit is contained in:
ljf 2021-09-12 23:56:55 +02:00
parent 6c12feac62
commit f36d1aca7a

View file

@ -205,12 +205,12 @@ export default {
label: this.$i18n.t('password'), label: this.$i18n.t('password'),
description: this.$i18n.t('good_practices_about_user_password'), description: this.$i18n.t('good_practices_about_user_password'),
descriptionVariant: 'warning', descriptionVariant: 'warning',
props: { id: 'change_password', type: 'password', placeholder: '••••••••', autocomplete: "new-password" } props: { id: 'change_password', type: 'password', placeholder: '••••••••', autocomplete: 'new-password' }
}, },
confirmation: { confirmation: {
label: this.$i18n.t('password_confirmation'), label: this.$i18n.t('password_confirmation'),
props: { id: 'confirmation', type: 'password', placeholder: '••••••••', autocomplete: "new-password" } props: { id: 'confirmation', type: 'password', placeholder: '••••••••', autocomplete: 'new-password' }
} }
} }
} }