🚀 Stablecoin Accounts are live! Learn more
<DynamicContextProvider
settings={{
events: {
onAuthFlowOpen: () => {
console.log('onAuthFlowOpen was called');
}
}
}}
>
{/* ... rest of your app ... */}
</DynamicContextProvider>
Was this page helpful?