@@ -100,6 +100,7 @@
this.toggleEnterprises()
this.$http.get(`/user/authentication/${en.uu}`).then(() => {
this.$store.dispatch('loadUserInfo')
+ window.location.reload()
})
}
},