docs: added how to manage user profile guide (#3997)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user