Order fixed.
Rekord after reset
This commit is contained in:
@@ -37,9 +37,9 @@ export default {
|
|||||||
this.$root.$emit('bv::hide::modal', 'reset');
|
this.$root.$emit('bv::hide::modal', 'reset');
|
||||||
},
|
},
|
||||||
async reset () {
|
async reset () {
|
||||||
|
await axios.post('/api/v4/user/reset');
|
||||||
this.$router.push('/');
|
this.$router.push('/');
|
||||||
setTimeout(() => window.location.reload(true));
|
setTimeout(() => window.location.reload(true));
|
||||||
await axios.post('/api/v4/user/reset');
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user