Merge branch 'develop' into add-eslint

This commit is contained in:
Danel Kungla
2025-09-23 10:56:41 +03:00
7 changed files with 118 additions and 53 deletions

View File

@@ -355,7 +355,7 @@ export async function medusaLoginOrRegister(
return await medusaLogin(email, password);
} catch (registerError) {
console.error(
'Failed to create Medusa account for user with email=${email}',
`Failed to create Medusa account for user with email=${email}`,
registerError,
);
throw medusaError(registerError);