Skip to content

Commit 8ce2477

Browse files
committed
nit
1 parent a7fbed0 commit 8ce2477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/guides/android-wallet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private fun getWeb3AuthHelper(context: Context): Web3AuthHelper {
161161
// highlight-start
162162
val web3Auth = Web3Auth(
163163
Web3AuthOptions(
164-
clientId = "<YOUR_CLIENT_ID>",
164+
clientId = "WEB3AUTH_CLIENT_ID",
165165
context = context,
166166
network = Network.SAPPHIRE_MAINNET,
167167
redirectUrl = Uri.parse("w3a://com.example.android_playground/auth")

0 commit comments

Comments
 (0)