Daarto
Daarto copied to clipboard
RemoveFromRoleAsyc Not working in UserStore
When trying to RemoveFromRoleAsync using the following method:
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?