Game only playing when logged in
This commit is contained in:
parent
e06ffa51a3
commit
995e8c4dab
3 changed files with 17 additions and 7 deletions
|
|
@ -39,6 +39,7 @@ export default {
|
|||
|
||||
if (user) {
|
||||
this.$emit('userChange', user);
|
||||
localStorage.setItem("frontend-ready", "true");
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue