1 write to TwoFactorEnabled
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\Index.cs (1)
60Context.TwoFactorEnabled = true;
4 references to TwoFactorEnabled
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Infrastructure\DefaultUIContext.cs (2)
59get => GetValue<bool>(nameof(TwoFactorEnabled)); 60set => SetValue(nameof(TwoFactorEnabled), value);
Pages\Account\Manage\TwoFactorAuthentication.cs (2)
19if (!Context.TwoFactorEnabled) 36Assert.False(Context.TwoFactorEnabled);