feat(catalog): unify home with catalog and add clear qty controls
This commit is contained in:
@@ -9,6 +9,6 @@ export default defineNuxtRouteMiddleware((to) => {
|
||||
}
|
||||
|
||||
if (authToken.value && isLoginPage) {
|
||||
return navigateTo('/products');
|
||||
return navigateTo('/');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user