feat: redirect to lobby when game ends

This commit is contained in:
2024-12-21 00:12:40 +01:00
parent 25672130cd
commit a330806afe
+1
View File
@@ -193,5 +193,6 @@ export const handlers: {
},
delete: async () => {
alert("game deleted");
navigateTo("/lobby");
},
};