mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
fix: Remove commented-out code in passkey registration script
This commit is contained in:
parent
aff4e3523c
commit
e572d7a626
@ -87,8 +87,6 @@ navigator.credentials
|
||||
Transport: newCredentialInfo.response.getTransports ? newCredentialInfo.response.getTransports() : []
|
||||
});
|
||||
document.getElementById('credential-data').value = btoa(credentialJSON);
|
||||
// Show credential details
|
||||
// Submit the form automatically
|
||||
document.getElementById('passkey-form').submit();
|
||||
})
|
||||
.catch((err) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user