You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Authorization: User Roles and Permissions chapter, we need to add role: req.body.role, to signup function, otherwise, the user role will always be default "user" and never updated to req.body.role
Hello < @LexieLiu19 , I wanted to request your permission to assign the open issue to me. Please let me know if it's okay to proceed with this assignment.
In Authorization: User Roles and Permissions chapter, we need to add
role: req.body.role,
tosignup
function, otherwise, the user role will always be default "user" and never updated toreq.body.role
The text was updated successfully, but these errors were encountered: