File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
export const baseURL = "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/" ;
2
+ export const baseURLtKey = "https://github.com/tkey/tkey-examples/tree/main/" ;
2
3
3
4
export const CKTkey = [
4
5
{
@@ -9,13 +10,13 @@ export const CKTkey = [
9
10
key : "tkey-react-redirect-example" ,
10
11
title : "tKey in Redirect Flow" ,
11
12
icon : "logo-react.png" ,
12
- path : `${ baseURL } tkey-web/intrinsic-flow-examples /tkey-redirect-flow-example` ,
13
+ path : `${ baseURLtKey } tkey-web/tkey-redirect-flow-example` ,
13
14
} ,
14
15
{
15
16
key : "tkey-react-popup-example" ,
16
17
title : "tKey in Popup Flow" ,
17
18
icon : "logo-react.png" ,
18
- path : `${ baseURL } tkey-web/intrinsic-flow-examples /tkey-popup-flow-example` ,
19
+ path : `${ baseURLtKey } tkey-web/tkey-popup-flow-example` ,
19
20
} ,
20
21
] ,
21
22
} ,
You can’t perform that action at this time.
0 commit comments