We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ca829 commit 0704440Copy full SHA for 0704440
index.php
@@ -163,8 +163,7 @@
163
<p>Example</p>
164
<img alt="Google Authenticator Icon" src="assets/google_authenticator_v3_480s.png">
165
</div>
166
- <div class="right">
167
- <?php
+ <div class="right"><?php
168
if (!empty($_POST['secondfactor_code'])) {
169
if (
170
strlen($_POST['secondfactor_code']) == 6 &&
@@ -180,7 +179,7 @@
180
179
}
181
echo '<div class="break clear"></div>';
182
183
- ?>
+?>
184
<p>Enter the code that your device generates after scanning the image to from Step 1.</p>
185
<form action="#example" method="POST">
186
<!-- WARNING: You should never reveal real secrets like this. -->
0 commit comments