js fixes & lint

This commit is contained in:
Milos Stojanovic
2019-06-25 16:22:11 +02:00
parent b08d105cef
commit 145d167fa1
13 changed files with 28 additions and 26 deletions

View File

@@ -23,6 +23,7 @@
<script>
import api from '../../api/api'
import _ from 'lodash'
export default {
name: 'Profile',
@@ -39,7 +40,7 @@ export default {
oldpassword: this.oldpassword,
newpassword: this.newpassword,
})
.then(res => {
.then(() => {
this.$toast.open({
message: this.lang('Updated'),
type: 'is-success',