1 write to Input
Identity.ExternalClaims (1)
Pages\Account\Manage\Index.cshtml.cs (1)
65
Input
= new InputModel
4 references to Input
Identity.ExternalClaims (4)
Pages\Account\Manage\Index.cshtml.cs (4)
89
if (
Input
.Email != user.Email)
91
var setEmailResult = await _userManager.SetEmailAsync(user,
Input
.Email);
98
if (
Input
.PhoneNumber != user.PhoneNumber)
100
var setPhoneResult = await _userManager.SetPhoneNumberAsync(user,
Input
.PhoneNumber);