We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fbed0 commit 8ce2477Copy full SHA for 8ce2477
1 file changed
src/pages/guides/android-wallet.mdx
@@ -161,7 +161,7 @@ private fun getWeb3AuthHelper(context: Context): Web3AuthHelper {
161
// highlight-start
162
val web3Auth = Web3Auth(
163
Web3AuthOptions(
164
- clientId = "<YOUR_CLIENT_ID>",
+ clientId = "WEB3AUTH_CLIENT_ID",
165
context = context,
166
network = Network.SAPPHIRE_MAINNET,
167
redirectUrl = Uri.parse("w3a://com.example.android_playground/auth")
0 commit comments