fix 2fa challenge page wording
This commit is contained in:
parent
dc57b89f37
commit
c93c5d142e
2 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,6 @@ $template = $_['template'];
|
|||
|
||||
<div class="warning">
|
||||
<h2><?php p($provider->getDisplayName()); ?></h2>
|
||||
<p><?php p($l->t('Please authenticate using the selected factor.')) ?></p>
|
||||
<?php if ($error): ?>
|
||||
<p><?php p($l->t('An error occured while verifying the token')); ?></p>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in a new issue