We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cfafc commit 89f462dCopy full SHA for 89f462d
src/components/user/changePassword.vue
@@ -60,7 +60,6 @@ export default {
60
callback();
61
})
62
.catch(err => {
63
- console.log(err.request.status);
64
callback(new Error('Old Password Wrong'));
65
});
66
};
@@ -99,7 +98,6 @@ export default {
99
98
this.$SegmentMessage.success(this, 'Changed successfully');
100
101
102
- console.table(err);
103
if (err.request.status === 401) {
104
this.$SegmentMessage.error(this, 'Please login first');
105
this.$store.state.user.showlogin = true;
0 commit comments