We allow our customers to connect the Solana Wallet using Brave Wallet. We have this integration code to connect with the Brave wallet,
const wallet = window?.braveSolana?.connect();
It works fine in Desktop. But it asks for the Account name and Private Key in the mobile app. This leads to a confusion where BlockSurvey is asking for Private Keys.
Can you help us to address this issue? Also may I know purpose the Account Name and Private Key?
Here is the screenshot for reference,