fix(auth): redirect callback to cabinet and align landing blocks

This commit is contained in:
Ruslan Bakiev
2026-04-21 12:46:47 +07:00
parent 7033df0fbc
commit 351125b51d
11 changed files with 258 additions and 152 deletions

View File

@@ -15,5 +15,5 @@ definePageMeta({
const { t } = useI18n()
const localePath = useLocalePath()
await navigateTo(localePath('/'))
await navigateTo(localePath('/clientarea/orders'))
</script>