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