Wizard: Rerender layout on login

fixes #9789
This commit is contained in:
Eric Lippmann 2015-09-29 19:37:18 +02:00
parent f6e67670e6
commit e416a445a3
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<?php if ($success): ?>
<?= $this->qlink(
$this->translate('Login to Icinga Web 2'),
'authentication/login',
'authentication/login?renderLayout',
null,
array(
'class' => 'button-like login',
@ -30,4 +30,4 @@
<pre class="log-output"><?= join("\n\n", array_map(function($a) {
return join("\n", $a);
}, $report)); ?></pre>
</div>
</div>