docs upd, passwd

This commit is contained in:
Milos Stojanovic
2019-06-20 09:52:14 +02:00
parent 5bf1c4dc33
commit e6395f769c
2 changed files with 24 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<section class="modal-card-body">
<form @submit="save">
<b-field :label="lang('Old password')" :type="formErrors.oldpassword ? 'is-danger' : ''" :message="formErrors.oldpassword">
<b-input v-model="oldpassword" @keydown.native="formErrors.oldpassword = ''" required></b-input>
<b-input v-model="oldpassword" @keydown.native="formErrors.oldpassword = ''" password-reveal required></b-input>
</b-field>
<b-field :label="lang('New password')" :type="formErrors.newpassword ? 'is-danger' : ''" :message="formErrors.newpassword">