Remove 2nd try (sorry)

This commit is contained in:
PitiTheGrey
2020-05-03 20:42:50 +02:00
committed by GitHub
parent e5534a7cba
commit 0887141ec4
@@ -37,7 +37,7 @@ export default {
this.$root.$emit('bv::hide::modal', 'reset');
},
async reset () {
const response = await axios.post('/api/v4/user/reset');
await axios.post('/api/v4/user/reset');
window.location.reload(true);
},
},