Add renderLayout to the re-login URL for externally authenticated users
refs #8626
This commit is contained in:
parent
54df9e4b3e
commit
b50129ad2e
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="<?= $this->href('dashboard/index'); ?>"><?= $this->translate('Login'); ?></a>
|
<a href="<?= $this->href('dashboard/index?renderLayout'); ?>"><?= $this->translate('Login'); ?></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Reference in New Issue