Skip to content

Commit 69eb179

Browse files
Merge pull request phpmyadmin#19836 from liviuconcioiu/2fa
Fix `Disable two-factor authentication` button position
2 parents e0f00c6 + 797b6a7 commit 69eb179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/login/twofactor/application.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<label class="form-label" for="2faCodeInput">{% trans "Authentication code:" %}</label>
33
<input class="form-control" id="2faCodeInput" type="text" name="2fa_code" autocomplete="off" autofocus>
44
</div>
5-
{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}
5+
<p>{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}</p>

0 commit comments

Comments
 (0)