Daarto icon indicating copy to clipboard operation
Daarto copied to clipboard

RemoveFromRoleAsyc Not working in UserStore

Open digioz opened this issue 4 years ago • 0 comments

When trying to RemoveFromRoleAsync using the following method:

Screenshot 2020-10-18 223649

This line does not remove the user role:

https://github.com/giorgos07/Daarto/blob/f19411ecbb08d67fabf31c65984622f740373a6d/src/AspNetCore.Identity.Dapper/Stores/UserStore.cs#L303

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

Any suggestions?

digioz avatar Oct 19 '20 03:10 digioz