Patch Changes
- 
Introduce
TaskChooseOrganizationcomponent which replacesTaskSelectOrganizationwith a new UI that make the experience similar to the previousSignInandSignUpsteps (#6446) by @LauraBeatris - 
Add ability to define a machine secret key to Clerk BAPI client function (#6479) by @wobsoriano
const clerkClient = createClerkClient({ machineSecretKey: 'ak_xxxxx' }) clerkClient.m2mTokens.create({...})
 - 
Updated dependencies [
1ad16da,4edef81,6ff416f,e82f177,696f8e1,f318d22,0d27281,1cc66ab]:- @clerk/clerk-react@5.40.0
 - @clerk/types@4.74.0
 - @clerk/backend@2.7.0
 - @clerk/shared@3.18.1