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