Add redirect after Lobby leave to homepage

This commit is contained in:
2025-10-11 01:41:01 +02:00
parent 968652491e
commit f03d1d1a63

View File

@@ -86,6 +86,7 @@
player: data.user.email player: data.user.email
}) })
wsClient.disconnect(); wsClient.disconnect();
goto("/");
// In a real app, you'd likely redirect to another page here // In a real app, you'd likely redirect to another page here
} }