1 write to PasswordLoginEnabled
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\DefaultUIContext.cs (1)
31
new DefaultUIContext(this) {
PasswordLoginEnabled
= true };
3 references to PasswordLoginEnabled
Microsoft.AspNetCore.Identity.FunctionalTests (3)
Infrastructure\DefaultUIContext.cs (2)
88
get => GetValue<bool>(nameof(
PasswordLoginEnabled
));
89
set => SetValue(nameof(
PasswordLoginEnabled
), value);
Pages\Account\Manage\ExternalLogins.cs (1)
14
if (context.SocialLoginProvider != null && context.
PasswordLoginEnabled
)