Minor improvements

This commit is contained in:
2024-09-20 20:34:16 +02:00
parent 1a7546ba4f
commit 32cc613333
8 changed files with 98 additions and 99 deletions

View File

@ -39,11 +39,6 @@ const password = ref('')
// automatic login because of development
onMounted(async () => {
/**
* Fetch sprite assets from the server
*/
await gameStore.fetchSpriteAssets()
const token = useCookies().get('token')
if (token) {
gameStore.setToken(token)