fix change password and support 3 decimal places

This commit is contained in:
Akhil Gupta
2021-06-01 21:43:41 +05:30
parent d41a41e25a
commit 1ca98cec24
7 changed files with 14 additions and 10 deletions

View File

@@ -69,9 +69,13 @@ export default {
.catch((err) => console.log('error:', err))
})
.catch((ex) => {
let errorMessage= ex.message;
if(ex.response && ex.response.data?.errors?.changePassword){
errorMessage=ex.response.data?.errors?.changePassword
}
this.$buefy.toast.open({
duration: 5000,
message: ex.message,
message: errorMessage,
position: 'is-bottom',
type: 'is-danger',
})
@@ -168,7 +172,7 @@ export default {
<table class="table is-hoverable">
<tr>
<td>Current Version</td>
<td>2021.05.29</td>
<td>2021.06.01</td>
</tr>
<tr>
<td>Website</td>