File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
web-integrations/google-secure-signals/server-side/views Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h1>Server-Side UID2 Integration Example with Google Secure Signals</h1>
3939 < br />
4040 This assumes that the publisher has implemented
4141 < a href ="https://unifiedid.com/docs/guides/integration-google-ss "> Server-Side integration</ a >
42- on the backend and able to pass the resulting UID2 identity response to the front end.
42+ on the backend and is able to pass the resulting UID2 identity response to the front end.
4343 </ p >
4444 </ body >
4545</ html >
Original file line number Diff line number Diff line change 11< %- include('header.html'); -%>
2+ < %- include('ads.html'); -%>
23< div class ="optout-message ">
34 < h2 > This email has opted out</ h2 >
45 < p >
56 The email address you entered has opted out of UID2. No UID2 token can be generated for this
67 email.
78 </ p >
8- < p >
9- For testing purposes, you can try with a different email address, such as
10- < strong > [email protected] </ strong > . 11- </ p >
12- < p > < a href =" /login " class =" button " > Try Another Email </ a > </ p >
9+ </ div >
10+ < div class =" form " >
11+ < form action =" /login " method =" GET " >
12+ < input type =" submit " value =" Try Another Email " class =" button " / >
13+ </ form >
1314</ div >
1415< %- include('footer.html'); -%>
1516
You can’t perform that action at this time.
0 commit comments