You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(clerk-js): collapse degraded recovery to one updateClient
Compute the recovery jwt once (minted when a session exists, else the cookie)
and build the client from it in a single place, instead of duplicating
updateClient(createClientFromJwt(...)) across both branches.
0 commit comments