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