fix : implement game start event

This commit is contained in:
2024-08-03 15:30:41 +02:00
parent 2c986fbd97
commit 8f300394ab
4 changed files with 58 additions and 39 deletions
+2 -3
View File
@@ -18,9 +18,8 @@ console.log("compiling done");
useHead({
title: "Héron Realms",
});
onMounted(() => {
authStore.whoami();
});
await authStore.whoami();
</script>
<template>
<div class="root_dom_div">