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:
parent
b02133982a
commit
44712df67b
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue