diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 8463ee80..44b15771 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -82,13 +82,13 @@ <a-input v-model="user.oldUsername" style="max-width: 300px"></a-input> </a-form-item> <a-form-item label='{{ i18n "pages.settings.currentPassword"}}'> - <a-input type="password" v-model="user.oldPassword" style="max-width: 300px"></a-input> + <password-input v-model="user.oldPassword" style="max-width: 300px"></password-input> </a-form-item> <a-form-item label='{{ i18n "pages.settings.newUsername"}}'> <a-input v-model="user.newUsername" style="max-width: 300px"></a-input> </a-form-item> <a-form-item label='{{ i18n "pages.settings.newPassword"}}'> - <a-input type="password" v-model="user.newPassword" style="max-width: 300px"></a-input> + <password-input v-model="user.newPassword" style="max-width: 300px"></password-input> </a-form-item> <a-form-item> <a-button type="primary" @click="updateUser">{{ i18n "confirm" }}</a-button> |
