When entering an incorrect PIN for a security key, the “incorrect PIN” error message gets flashed very briefly on screen before being dismissed and replaced with the original PIN entry view.
<rdar://problem/73378319>
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].