Fix1.30.5
Stop passkey autofill from opening prompt on sign-in form render
Fixed passkey autofill to run as a background request only when the window can service it on an HTTPS origin matching your RP ID, preventing unnecessary passkey prompts during sign-in form initialization.
Patch Changes
- Stop passkey autofill from opening a passkey prompt as soon as the sign-in form renders. Autofill now runs as a real background request when the window can service one (an
httpsorigin matching your RP ID), and is not attempted at all when it would route to the OS passkey dialog. Signing in with the explicit "Use passkey" action is unchanged. (#9500) by @jeremy-clerk
passkeyautofillauthuifix
Source: original entry ↗