<script setup lang="ts">
// Redirect to inbox
await navigateTo('/inbox', { replace: true });
</script>