Skip to content

Commit 7b87e8c

Browse files
committed
feat: example updates
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 159f506 commit 7b87e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/web3auth/app/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,15 @@ class MainActivity : AppCompatActivity(), AdapterView.OnItemClickListener {
232232
)
233233
)
234234
),
235-
authConnectionConfig = authConfig,
235+
//authConnectionConfig = authConfig,
236236
/*listOf(
237237
AuthConnectionConfig(
238238
authConnectionId = "web3auth-auth0-email-passwordless-sapphire-devnet",
239239
authConnection = AuthConnection.GOOGLE,
240240
clientId = "d84f6xvbdV75VTGmHiMWfZLeSPk8M07C"
241241
)
242242
),*/
243-
authBuildEnv = BuildEnv.PRODUCTION,
243+
authBuildEnv = BuildEnv.TESTING,
244244
defaultChainId = "0x1",
245245
sessionTime = 86400,
246246
)

0 commit comments

Comments
 (0)