Summary: | [WebAuthn] No error is visible after user enters the incorrect PIN | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jiewen Tan <jiewen_tan> | ||||
Component: | WebKit Misc. | Assignee: | Jiewen Tan <jiewen_tan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bfulgham, jiewen_tan, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 181943 | ||||||
Attachments: |
|
Description
Jiewen Tan
2021-01-21 18:44:17 PST
Created attachment 418104 [details]
Patch
Comment on attachment 418104 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418104&action=review r=me > Source/WebKit/UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.mm:159 > + if (m_presentedPIN) You might want to add a logging message so we can debug failed PIN cases in the future. Comment on attachment 418104 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418104&action=review Thanks Brent for r+ this patch. >> Source/WebKit/UIProcess/WebAuthentication/Cocoa/AuthenticatorPresenterCoordinator.mm:159 >> + if (m_presentedPIN) > > You might want to add a logging message so we can debug failed PIN cases in the future. Good idea! Not sure if this is the good place. I think I have some logging in the caller site. Committed r271754: <https://trac.webkit.org/changeset/271754> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418104 [details]. |