Update login.php
This commit is contained in:
@@ -36,7 +36,7 @@ if(isset($_SESSION["login"])){
|
|||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
<p>Or</p>
|
<p>Or</p>
|
||||||
<button type="button" onclick="checkRegistration()">❔ Login with a passkey</button>
|
<button type="button" class="btn btn-primary btn-block" onclick="checkRegistration()">❔ Login with a passkey</button>
|
||||||
<!-- php code to verify password-->
|
<!-- php code to verify password-->
|
||||||
<?php
|
<?php
|
||||||
// Check if the form is submitted
|
// Check if the form is submitted
|
||||||
|
|||||||
Reference in New Issue
Block a user