2 references to IsTwoFactorEnabledAsync
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
483
if (alwaysLockout || !await
IsTwoFactorEnabledAsync
(user) || await IsTwoFactorClientRememberedAsync(user))
1224
if (!bypassTwoFactor && await
IsTwoFactorEnabledAsync
(user))