8 references to Index
Microsoft.AspNetCore.Identity.FunctionalTests (8)
Pages\Account\ExternalLogin.cs (1)
36return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Account\Login.cs (1)
70return new Index(
Pages\Account\LoginWith2fa.cs (1)
38return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Account\LoginWithRecoveryCode.cs (1)
30return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Account\Manage\DeleteUser.cs (1)
27return new FunctionalTests.Index(Client, index, Context);
Pages\Account\Register.cs (1)
51return new Index(Client, index, Context.WithAuthenticatedUser());
Pages\Contoso\Login.cs (1)
31return new Index(Client, externalLogin, Context.WithAuthenticatedUser());
Pages\Index.cs (1)
39return new Index(client, index, context ?? new DefaultUIContext());