Change: replace the class for the 2FA-form container with "form-login"

This makes the two factor form appearing in the middle of the screen like the login form does.
This commit is contained in:
Heiko August 2023-09-25 17:27:26 +02:00 committed by Frédéric Guillot
parent b02133982a
commit 44712df67b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<section class="page"> <section class="form-login">
<div class="page-header"> <div class="page-header">
<h2><?= t('Two factor authentication') ?></h2> <h2><?= t('Two factor authentication') ?></h2>
</div> </div>
@ -12,4 +12,4 @@
<button type="submit" class="btn btn-blue"><?= t('Check my code') ?></button> <button type="submit" class="btn btn-blue"><?= t('Check my code') ?></button>
</div> </div>
</form> </form>
</section> </section>