diff --git a/packages/sylius/src/auth/use-login.tsx b/packages/sylius/src/auth/use-login.tsx index a1bb3d36f..6a20c0996 100644 --- a/packages/sylius/src/auth/use-login.tsx +++ b/packages/sylius/src/auth/use-login.tsx @@ -27,7 +27,6 @@ export const handler: MutationHook = { setCustomerToken(authReturn.token) setCustomerRoute(authReturn.customer) - return null }, useHook: ({ fetch }) =>