File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,15 @@ function ApiKeyManagement() {
92
92
</ p >
93
93
< div >
94
94
The values you generate on this page are for client-server or server-side integrations.{ ' ' }
95
- < b > Store them securely and keep them secret.</ b > For client-side integrations, go to the{ ' ' }
95
+ < b > They must be stored securely and kept secret.</ b > For an implementation option that
96
+ generates UID2 tokens on the client side, go to{ ' ' }
96
97
< NavLink
97
98
to = { `/participant/${ participant ?. id } /clientSideIntegration` }
98
99
className = 'outside-link'
99
100
>
100
101
Client-Side Integration
101
- </ NavLink > { ' ' }
102
- page .
102
+ </ NavLink >
103
+ .
103
104
</ div >
104
105
< ScreenContentContainer >
105
106
< Suspense fallback = { < Loading /> } >
Original file line number Diff line number Diff line change @@ -166,12 +166,12 @@ function ClientSideIntegration() {
166
166
.
167
167
</ p >
168
168
< div >
169
- The values you generate on this page are for client-side integrations. You do not need to
170
- keep them secret. For client-server or server-side integrations, go to the { ' ' }
169
+ The values you generate on this page are public and do not need to be kept secret. For
170
+ client-server or server-side integrations, go to{ ' ' }
171
171
< NavLink to = { `/participant/${ participant ?. id } /apiKeys` } className = 'outside-link' >
172
172
API Keys
173
- </ NavLink > { ' ' }
174
- page .
173
+ </ NavLink >
174
+ .
175
175
</ div >
176
176
177
177
< ScreenContentContainer >
You can’t perform that action at this time.
0 commit comments