UNPKG

@thunderstorefront/thunder

Version:

## Commands

9 lines (7 loc) 226 B
export default defineNuxtRouteMiddleware(() => { const localizePath = useLocalePath(); const { customer } = useCustomer(); if (!customer.value) { return navigateTo({ path: localizePath(ROUTES.authLogin) }); } });