Skip to content

Commit 0704440

Browse files
authored
Update index.php
1 parent c1ca829 commit 0704440

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@
163163
<p>Example</p>
164164
<img alt="Google Authenticator Icon" src="assets/google_authenticator_v3_480s.png">
165165
</div>
166-
<div class="right">
167-
<?php
166+
<div class="right"><?php
168167
if (!empty($_POST['secondfactor_code'])) {
169168
if (
170169
strlen($_POST['secondfactor_code']) == 6 &&
@@ -180,7 +179,7 @@
180179
}
181180
echo '<div class="break clear"></div>';
182181
}
183-
?>
182+
?>
184183
<p>Enter the code that your device generates after scanning the image to from Step 1.</p>
185184
<form action="#example" method="POST">
186185
<!-- WARNING: You should never reveal real secrets like this. -->

0 commit comments

Comments
 (0)