Closed smnalex closed 10 months ago
On 25 we issue a challenge if there are no sessions present, but then in the handleFido2Response 87 function we expect to have 0 sessions. Is there something that I'm missing? Thx!
handleFido2Response
You're right, nicely spotted. Lines 87-90 are effectively dead code and should be removed. If you're interested to send a PR?
Changes merged. Closing issue. Thanks!
On 25 we issue a challenge if there are no sessions present, but then in the
handleFido2Response
87 function we expect to have 0 sessions. Is there something that I'm missing? Thx!