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
// No identity from server (including opt-out case)
115
+
// SDK will naturally remain in "login required" state
116
116
updateGuiElements(payload);
117
117
<%if(isOptout){%>
118
118
$("#optout_banner").show();
@@ -160,7 +160,6 @@
160
160
161
161
<!-- UID2 Integration Status Section -->
162
162
<h2><%- identityName %> Integration Status</h2>
163
-
<pclass="section-summary"><strong>Note:</strong> This is a test-only integration environment—it does not collect data or generate production-level tokens.</p>
@@ -104,7 +107,6 @@ <h1>Server-Side <%- identityName %> Integration Example with Google Secure Signa
104
107
105
108
<!-- UID2 Integration Status Section -->
106
109
<h2><%- identityName %> Integration Status</h2>
107
-
<pclass="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