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