Skip to content

Commit

Permalink
ISSUE-14747 Newsletter subscription confirmation message does not dis…
Browse files Browse the repository at this point in the history
…play after clicking link in email
  • Loading branch information
KaushikChavda authored and RahulKachhadia committed Jun 5, 2018
1 parent b1f7b25 commit 1839f97
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public function execute()
}
}

$this->getResponse()->setRedirect($this->_storeManager->getStore()->getBaseUrl());
$resultRedirect = $this->resultRedirectFactory->create();
$resultRedirect->setUrl($this->_storeManager->getStore()->getBaseUrl());
return $resultRedirect;
}
}

0 comments on commit 1839f97

Please sign in to comment.