mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 18:01:39 +00:00
fix: Remove commented-out code in passkey registration script
This commit is contained in:
committed by
Prad Nukala (aider)
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) => {
|
||||
|
||||
Reference in New Issue
Block a user