setup: Make sure CSS and JS is being reloaded prior first login

This commit is contained in:
Johannes Meyer 2021-06-30 18:55:21 +02:00
parent 37c982a044
commit 0ac92a44ce
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
<?php if ($success): ?>
<?= $this->qlink(
$this->translate('Login to Icinga Web 2'),
'authentication/login?renderLayout',
'authentication/login',
null,
array(
'class' => 'button-link login',
'data-no-icinga-ajax' => true,
'title' => $this->translate('Show the login page of Icinga Web 2')
)
); ?>