Skip to content

Commit

Permalink
Merge pull request #35121 from Mipronimo/patch-1
Browse files Browse the repository at this point in the history
Adding id for auth message
  • Loading branch information
DeepDiver1975 authored Jul 30, 2019
2 parents 0bcbd2c + 913488c commit 40cdd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/twofactorshowchallenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<fieldset class="warning">
<legend><strong><?php p($provider->getDisplayName()); ?></strong></legend>
<p><?php p($l->t('Please authenticate using the selected factor.')) ?></p>
<p id="twoFactorAuthMessage"><?php p($l->t('Please authenticate using the selected factor.')) ?></p>
</fieldset>
<?php if ($error): ?>
<?php if ($error_message) {
Expand Down

0 comments on commit 40cdd07

Please sign in to comment.