giorgos07/Daarto

RemoveFromRoleAsyc Not working in UserStore

digioz opened this issue · 0 comments

When trying to RemoveFromRoleAsync using the following method:

Screenshot 2020-10-18 223649

This line does not remove the user role:

UserRoles.Remove(userRole);

It does not generate an error, but just doesn't remove the role from the User Roles table.

Any suggestions?