diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-01-14 19:37:54 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-01-14 19:37:54 +0100 |
commit | a673ff3a63b17ba4df194d60fe8a6e6eb2671557 (patch) | |
tree | 1306a35532c2af1fc299bb02ad0a1b4676afe26a /core/templates/twofactorshowchallenge.php | |
parent | 092a1fb90f57639a15adc5a8e565b53debe26a8a (diff) | |
download | nextcloud-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.php | 2 |
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): ?> |