This commit is contained in:
Scott Brady
2020-05-17 08:59:40 +01:00
parent 4627627350
commit d12c6ddf62
5 changed files with 5 additions and 11 deletions

View File

@@ -77,9 +77,6 @@ namespace Umbraco.Web.Install.InstallSteps
if (!resetResult.Succeeded)
throw new InvalidOperationException("Could not reset password: " + string.Join(", ", "error" /*resetResult.Errors.ToErrorMessage()*/));
if (user.SubscribeToNewsLetter)
{
if (_httpClient == null)