docs: added how to manage user profile guide (#3997)

This commit is contained in:
Shahed Nasser
2023-05-03 16:41:45 +03:00
committed by GitHub
parent 596566a510
commit b8e976ecab
6 changed files with 530 additions and 10 deletions
@@ -32,7 +32,8 @@ import { validator } from "../../../../utils/validator"
* medusa.admin.auth.createSession({
* email: 'user@example.com',
* password: 'supersecret'
* }).then((({ user }) => {
* })
* .then(({ user }) => {
* console.log(user.id);
* });
* - lang: Shell