@@ -126,7 +126,7 @@ const getResults = (result) => {
const handleSuccess = (result) => {
results.value = result
router.replace({
- path: '/scan/scan-result',
+ path: '/chat/qr-results',
query: result ? getResults(result) : result
})
}