fix: Remove commented-out code in passkey registration script

This commit is contained in:
Prad Nukala 2024-12-09 15:12:14 -05:00 committed by Prad Nukala (aider)
parent aff4e3523c
commit e572d7a626

View File

@ -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) => {