feat: redirect to lobby when game ends
This commit is contained in:
@@ -193,5 +193,6 @@ export const handlers: {
|
||||
},
|
||||
delete: async () => {
|
||||
alert("game deleted");
|
||||
navigateTo("/lobby");
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user