1 write to Email
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
163
Email
= info.Principal.FindFirstValue(ClaimTypes.Email)!
7 references to Email
Microsoft.AspNetCore.Identity.UI (7)
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (4)
185
await _userStore.SetUserNameAsync(user, Input.
Email
, CancellationToken.None);
186
await _emailStore.SetEmailAsync(user, Input.
Email
, CancellationToken.None);
208
await _emailSender.SendConfirmationLinkAsync(user, Input.
Email
, HtmlEncoder.Default.Encode(callbackUrl));
213
return RedirectToPage("./RegisterConfirmation", new { Email = Input.
Email
});
Areas_Identity_Pages_V5_Account_ExternalLogin_cshtml.g.cs (3)
143
Input.
Email
169
Input.
Email
193
Input.
Email