@clerk/ui@1.30.5
·
50 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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