This commit is contained in:
Gordon Beeming 2018-08-05 21:46:43 +02:00
parent 07774234a6
commit 3624da47ae
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace Microsoft.AspNetCore.Identity.UI.Pages.Account.Manage.Internal
var userId = await _userManager.GetUserIdAsync(user);
if (!result.Succeeded)
{
throw new InvalidOperationException($"Unexpected error occurred deleteing user with ID '{userId}'.");
throw new InvalidOperationException($"Unexpected error occurred deleting user with ID '{userId}'.");
}
await _signInManager.SignOutAsync();