7 references to DefaultUIContext
Microsoft.AspNetCore.Identity.FunctionalTests (7)
Pages\Index.cs (1)
39
return new Index(client, index, context ?? new
DefaultUIContext
());
UserStories.cs (6)
68
var index = await Index.CreateAsync(client, new
DefaultUIContext
().WithSocialLoginEnabled());
81
var index = await Index.CreateAsync(client, new
DefaultUIContext
().WithSocialLoginEnabled());
94
var index = await Index.CreateAsync(client, new
DefaultUIContext
().WithSocialLoginEnabled());
123
new
DefaultUIContext
()
187
return await ConfirmEmail.Create(link, client, new
DefaultUIContext
()
220
var resetPassword = await ResetPassword.CreateAsync(link, client, new
DefaultUIContext
().WithExistingUser());