Skip to content

Commit

Permalink
BB-8434: Admin login form contains redundant flash messages after web…
Browse files Browse the repository at this point in the history
… install (#9119)

- fixed
  • Loading branch information
Vitaly Shutko authored and yaroslavbr committed Mar 29, 2017
1 parent aaa0a63 commit 4e43e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Oro/Bundle/InstallerBundle/Process/Step/FinalStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class FinalStep extends AbstractStep
{
public function displayAction(ProcessContextInterface $context)
{
$this->get('session.flash_bag')->clear();

$this->complete();

return $this->render('OroInstallerBundle:Process/Step:final.html.twig');
Expand Down

0 comments on commit 4e43e51

Please sign in to comment.