PrivyProvider configuration.
This is a guide for configuring wallet confirmation modals for the
react-auth SDK.Dashboard configuration
To toggle displaying wallet confirmation modals navigate to the Configuration > Authentication > Advanced tab for your app. Here you can toggle theDisable confirmation modals option across the entire application.
PrivyProvider configuration
In your PrivyProvider configuration, you can toggle the showWalletUIs option to enable or disable wallet confirmation modals across the entire application.
Customizing wallet confirmation modals for individual function calls
Privy allows you to further customize showing wallet confirmation modals for individual function calls by passing theuiOptions.showWalletUIs option to the respective function. Learn more in the following sections:

