diff options
Diffstat (limited to 'core/templates/twofactorshowchallenge.php')
-rw-r--r-- | core/templates/twofactorshowchallenge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php index 7da8f743cbb..713032d923d 100644 --- a/core/templates/twofactorshowchallenge.php +++ b/core/templates/twofactorshowchallenge.php @@ -10,7 +10,7 @@ $template = $_['template']; ?> <div class="warning"> - <h2><?php p($provider->getDisplayName()); ?></h2> + <h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2> <?php if ($error): ?> <p><?php p($l->t('An error occured while verifying the token')); ?></p> <?php endif; ?> |