mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-23 07:47:30 +08:00
passkey support
This commit is contained in:
@@ -92,6 +92,7 @@ if (isset($returnto)) {
|
||||
if ($useChallengeResponseAuthentication) {
|
||||
print('<input type="hidden" name="response" />');
|
||||
}
|
||||
\App\Repositories\UserPasskeyRepository::renderLogin();
|
||||
?>
|
||||
</form>
|
||||
<?php
|
||||
@@ -134,4 +135,5 @@ print("</td></tr></table></form></td></tr></table>");
|
||||
?>
|
||||
<?php
|
||||
render_password_challenge_js("login-form", "username", "password");
|
||||
\Nexus\Nexus::js('js/passkey.js', 'footer', true);
|
||||
stdfoot();
|
||||
|
||||
Reference in New Issue
Block a user