Enhance the RemoveLoginAsync method of the UserManager class
Open
area-identity
design-proposal
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
Hello,
using the RemoveLoginAsync method of the UserManager class I found an anomaly, because if wrong or non-existent values are passed, the method returns as a result Succeeded = true.
It would be preferable to return an error specifying that the data was not found, for example a not found.
Contributor guide
Assessment
This issue has not been assessed yet.