platelet-app / platelet

Dispatch system for emergency volunteer couriers.
https://platelet.app
Apache License 2.0
38 stars 10 forks source link

User didn't have roles that reflected the database #150

Closed duckbytes closed 1 year ago

duckbytes commented 1 year ago

One user had the COORDINATOR role on the front end, but not on AWS Cognito. This meant they were able to use the dashboard but some functionality didn't work.

Need to improve plateletAdminChangeUserRoles to make it more robust and add additional checks.