passwordless-id / webauthn

Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.
https://webauthn.passwordless.id
MIT License
454 stars 53 forks source link

Remove unnecessary line #48

Closed functino closed 6 months ago

functino commented 6 months ago

the line does nothing, I think it was accidentely added in the 'mega refactoring' commit here: https://github.com/passwordless-id/webauthn/commit/95a47f119408bffb80f8a7e426ee920ccd84d6e5

Of course the line also does not hurt. I just stumbled upon it when I wanted to take a look what verifyRegistration does.

Thank you for your work on this, it really helped me to understand how webauthn/passkeys work.

dagnelies commented 6 months ago

Well spotted. This line is indeed superfluous. Thanks for the PR.