Skip to content

Commit 42dd6af

Browse files
replace login verbiage + add disclaimer
1 parent 6855f4f commit 42dd6af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/examples/cstg-prebid-example/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<h1>UID2 Prebid.js Client-Side Integration Example</h1>
110110
<p class="intro">
111111
This example demonstrates how a content publisher can integrate with UID2 and Prebid.js using the <a href="https://unifiedid.com/docs/guides/integration-prebid-client-side">UID2 Client-Side Integration Guide for Prebid.js</a>, which includes generating UID2 tokens within the browser.
112+
It simulates UID2 token generation using a provided email address directly in the browser, strictly for testing and demo purposes. This is not a secure authentication or login system.
112113
</p>
113114
<table id="uid2_state">
114115
<tr>
@@ -133,11 +134,11 @@ <h1>UID2 Prebid.js Client-Side Integration Example</h1>
133134
134135
/>
135136
</div>
136-
<div><button type="button" class="button" id="login">Log In</button></div>
137+
<div><button type="button" class="button" id="login">Submit</button></div>
137138
</div>
138139
<div id="clear_storage_form" style="display: none" class="form">
139140
<form>
140-
<button type="button" class="button" id="clear_storage">Clear Storage</button>
141+
<button type="button" class="button" id="clear_storage">Clear UID2</button>
141142
</form>
142143
</div>
143144
</div>

0 commit comments

Comments
 (0)