1 write to _emailStore
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
110
_emailStore
= GetEmailStore();
1 reference to _emailStore
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
186
await
_emailStore
.SetEmailAsync(user, Input.Email, CancellationToken.None);