Closed
Bug 1483501
Opened 6 years ago
Closed 2 years ago
u2f.register returns incorrect errorCode on timeout
Categories
(Core :: DOM: Web Authentication, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: j.ockenden, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180814220344
Steps to reproduce:
1. Call `u2f.register()`
2. Don't press the button on the token, and wait for timeout to occur
3. console.log the data passed to the u2f.register callback function
Actual results:
`Object { errorCode: 1 }`
Expected results:
`Object { errorCode: 5 }`
Reporter | ||
Updated•6 years ago
|
Component: Untriaged → DOM: Device Interfaces
Product: Firefox → Core
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
Not sure if this is still an issue, but the u2f interface is being removed in favor of webauthn, so I'll close this.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Component: DOM: Device Interfaces → DOM: Web Authentication
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•