You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-integrations/google-secure-signals/client-side/html/index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ <h1>Client-Side ${IDENTITY_NAME} Integration with Google Secure Signals</h1>
35
35
36
36
<!-- UID2 Integration Status Section -->
37
37
<h2>${IDENTITY_NAME} Integration Status</h2>
38
+
<pclass="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>
<pclassName="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>
Copy file name to clipboardExpand all lines: web-integrations/javascript-sdk/client-server/views/index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@
96
96
</div>
97
97
98
98
<h2><%- identityName %> Integration Status</h2>
99
+
<pclass="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>
Copy file name to clipboardExpand all lines: web-integrations/javascript-sdk/client-side/html/index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ <h1>Client-Side ${IDENTITY_NAME} Integration Example using JavaScript SDK</h1>
106
106
</div>
107
107
108
108
<h2>${IDENTITY_NAME} Integration Status</h2>
109
+
<pclass="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>
Copy file name to clipboardExpand all lines: web-integrations/javascript-sdk/react-client-side/src/ClientSideApp.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,8 @@ const ClientSideApp = () => {
139
139
)}
140
140
141
141
<h2>{IDENTITY_NAME} Integration Status</h2>
142
+
<pclassName="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>
0 commit comments