Closed clarafitzgerald closed 7 months ago
Thank you for the PR @clarafitzgerald, but as per the README's Contributions section this project is not currently accepting external contributions.
I still appreciate you taking the time to submit #544, which helped me quickly complete #557 to address the issue (along with getting some testing on this method.) Thank you for understanding 🙇
Wait a minute, I left the door open for external contributions for bug fixes 🤦♂️
I'm really sorry about that @clarafitzgerald, I forgot about that exception. I'll still give you credit in the release notes because this PR definitely qualified as a bugfix...sorry again 🫠
This PR adds an early return to the
browserSupportsWebAuthnAutofill
helper function ifbrowserSupportsWebAuthn
returns false. This preventsbrowserSupportsWebAuthnAutofill
from throwing aTypeError
on browsers without webauthn support.Closes #544