npm update & npm run format
This commit is contained in:
@ -47,9 +47,9 @@ onMounted(async () => {
|
||||
* Fetch assets from the server
|
||||
*/
|
||||
|
||||
const token = useCookies().get('token');
|
||||
if(token) {
|
||||
gameStore.setToken(token);
|
||||
const token = useCookies().get('token')
|
||||
if (token) {
|
||||
gameStore.setToken(token)
|
||||
gameStore.initConnection()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user