Skip to content
Snippets Groups Projects
Commit fcc9eb80 authored by henrikburmann's avatar henrikburmann
Browse files

Fix delete

parent 52da5d86
No related branches found
No related tags found
1 merge request!132Delete fix
Pipeline #181683 passed
......@@ -175,7 +175,7 @@ export default {
},
async deleteUser(){
await UserService.deleteUser();
this.$store.commit("logout");
this.logout()
},
},
beforeMount() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment