Game only playing when logged in

This commit is contained in:
dhain 2023-01-31 10:30:01 +01:00
parent e06ffa51a3
commit 995e8c4dab
3 changed files with 17 additions and 7 deletions

View file

@ -39,6 +39,7 @@ export default {
if (user) {
this.$emit('userChange', user);
localStorage.setItem("frontend-ready", "true");
}
},
}