summaryrefslogtreecommitdiffstats
path: root/core/templates/twofactorshowchallenge.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-14 19:37:54 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-14 19:37:54 +0100
commita673ff3a63b17ba4df194d60fe8a6e6eb2671557 (patch)
tree1306a35532c2af1fc299bb02ad0a1b4676afe26a /core/templates/twofactorshowchallenge.php
parent092a1fb90f57639a15adc5a8e565b53debe26a8a (diff)
downloadnextcloud-server-a673ff3a63b17ba4df194d60fe8a6e6eb2671557.tar.gz
nextcloud-server-a673ff3a63b17ba4df194d60fe8a6e6eb2671557.zip
Fix max width on 2FA pages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/templates/twofactorshowchallenge.php')
-rw-r--r--core/templates/twofactorshowchallenge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php
index e3270b80627..3e789c7490d 100644
--- a/core/templates/twofactorshowchallenge.php
+++ b/core/templates/twofactorshowchallenge.php
@@ -11,7 +11,7 @@ $provider = $_['provider'];
$template = $_['template'];
?>
-<div class="body-login-container update">
+<div class="body-login-container update two-factor">
<h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2>
<?php if ($error): ?>
<?php if($error_message): ?>