Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 431292c

Browse files
author
Baggerone
authored
Merge pull request #130 from silinternational/develop
Release 8.1.0
2 parents 533e504 + 9fd15b6 commit 431292c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/material/mfa/prompt-for-mfa-totp.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ class="icon">
2828
</h1>
2929
</div>
3030

31+
<div class="mdl-card__title center">
32+
<?php
33+
$idpName = htmlentities($this->configuration->getValue('idp_display_name', $this->configuration->getValue('idp_name', '')));
34+
?>
35+
(<?= $this->t('{material:mfa:account}', ['{idpName}' => $idpName]) ?>)
36+
</div>
37+
3138
<div class="mdl-card__title center" >
3239
<p class="mdl-card__subtitle-text">
3340
<?= $this->t('{material:mfa:totp_instructions}') ?>

0 commit comments

Comments
 (0)