Skip to content

Commit

Permalink
chore(medusa): show success message after user is created (#10027)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Nov 11, 2024
1 parent 82fd93d commit 0ef92cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-bats-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---

chore(medusa): show success message after user is created
2 changes: 2 additions & 0 deletions packages/medusa/src/commands/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export default async function ({
user_id: user.id,
},
})

logger.info("User created successfully.")
}
} catch (err) {
console.error(err)
Expand Down

0 comments on commit 0ef92cc

Please sign in to comment.