route fix

This commit is contained in:
2026-02-16 17:48:32 +01:00
parent 7bc41118fd
commit 5c4c0a7e00

View File

@@ -21,7 +21,7 @@ onUnmounted(() => {
async function handleLeave() { async function handleLeave() {
await store.leaveWhiteboard() await store.leaveWhiteboard()
router.push('/test') router.back()
} }
</script> </script>