aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

IsTfaEnabled

Open cheng93 opened this issue 3 years ago • 0 comments

https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Core/src/SignInManager.cs#L765

Any reason why this is private? Could it be made protected?

Use case is I want to override methods that calls it, however as it's private, I have no access

cheng93 avatar Jan 04 '23 18:01 cheng93