1 write to Email
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
192return View("ExternalLoginConfirmation", new ExternalLoginConfirmationViewModel { Email = email });
5 references to Email
IdentitySample.Mvc (5)
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_ExternalLoginConfirmation_cshtml.g.cs (3)
172Email 196Email 220Email
Controllers\AccountController.cs (2)
211var user = new ApplicationUser { UserName = model.Email, Email = model.Email };