2 references to EmailConfirmationLink
Identity.ExternalClaims (2)
Pages\Account\Manage\Index.cshtml.cs (1)
124
var callbackUrl = Url.
EmailConfirmationLink
(user.Id, code, Request.Scheme);
Pages\Account\Register.cshtml.cs (1)
78
var callbackUrl = Url.
EmailConfirmationLink
(user.Id, code, Request.Scheme);