Update add_passkey.php

This commit is contained in:
jakani24
2024-04-26 15:41:45 +02:00
parent 2e3441b055
commit 75edd7fa62

View File

@@ -220,7 +220,7 @@ async function createRegistration() {
<h4>Add a passkey?</h4> <h4>Add a passkey?</h4>
</div> </div>
<div class="card-body"> <div class="card-body">
<input type="text" id="username" name="username" value="<?php echo($_GET["username"]); ?>" style="display:hidden"></input> <input type="text" id="username" name="username" value="<?php echo($_GET["username"]); ?>" style="display: none;"></input>
<p>You can add a device specific passkey which allows you to login in securely with your fingerprint / hardware key etc.</p> <p>You can add a device specific passkey which allows you to login in securely with your fingerprint / hardware key etc.</p>
<button type="button" class="btn btn-primary btn-block" onclick="checkRegistration()">Add a passkey</button> <button type="button" class="btn btn-primary btn-block" onclick="checkRegistration()">Add a passkey</button>
<br><br> <br><br>