Skip to content

Commit e7b8e8c

Browse files
authored
Merge pull request #612 from reown-com/devin/1756715168-update-one-click-auth-link
Update AppKit Labs URL in WalletKit React Native one-click-auth docs
2 parents 6672c80 + 1723aa1 commit e7b8e8c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

walletkit/android/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ WalletKit.rejectSessionAuthenticate(rejectParams,
106106

107107
## Testing One-click Auth
108108

109-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
109+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit?name=ethers-all) to test and verify that your wallet supports One-click Auth properly.
110110

111111
<Card
112112
title="Test One-click Auth"
113-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
113+
href="https://appkit-lab.reown.com/appkit?name=ethers-all"
114114
/>

walletkit/flutter/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ await _walletKit!.rejectSessionAuthenticate(
138138
139139
## Testing One-click Auth
140140
141-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
141+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit?name=ethers-all) to test and verify that your wallet supports One-click Auth properly.
142142
143143
<Card
144144
title="Test One-click Auth"
145-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
145+
href="https://appkit-lab.reown.com/appkit?name=ethers-all"
146146
/>

walletkit/ios/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ try await WalletKit.instance.rejectSession(requestId: requestId)
9494

9595
## Testing One-click Auth
9696

97-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
97+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit?name=ethers-all) to test and verify that your wallet supports One-click Auth properly.
9898

9999
<Card
100100
title="Test One-click Auth"
101-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
101+
href="https://appkit-lab.reown.com/appkit?name=ethers-all"
102102
/>

walletkit/react-native/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ await walletKit.rejectSessionAuthenticate({
129129

130130
## Testing One-click Auth
131131

132-
You can use [AppKit Labs](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
132+
You can use [AppKit Labs](https://appkit-lab.reown.com/appkit?name=ethers-all) to test and verify that your wallet supports One-click Auth properly.
133133

134134
<Card
135135
title="Test One-click Auth"
136-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
136+
href="https://appkit-lab.reown.com/appkit?name=ethers-all"
137137
/>

walletkit/web/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ await walletKit.rejectSessionAuthenticate({
127127

128128
## Testing One-click Auth
129129

130-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
130+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit?name=ethers-all) to test and verify that your wallet supports One-click Auth properly.
131131

132132
<Card
133133
title="Test One-click Auth"
134-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
134+
href="https://appkit-lab.reown.com/appkit?name=ethers-all"
135135
/>

0 commit comments

Comments
 (0)