File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/google-secure-signals-integration/uid2_client_side/public/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11const clientSideIdentityOptions = {
2- subscriptionId : 'LBk2xJsgrS ' ,
2+ subscriptionId : 'toPh8vgJgt ' ,
33 serverPublicKey :
4- 'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ ==' ,
4+ 'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw ==' ,
55} ;
66
77function updateGuiElements ( state ) {
@@ -76,7 +76,7 @@ window.__uid2.callbacks.push(onUid2IdentityUpdated);
7676window . __uid2 . callbacks . push ( ( eventType , payload ) => {
7777 if ( eventType === 'SdkLoaded' ) {
7878 window . __uid2 . init ( {
79- baseUrl : 'http ://localhost:8080 ' ,
79+ baseUrl : 'https ://operator-integ.uidapi.com ' ,
8080 } ) ;
8181 $ ( document ) . ready ( onDocumentReady ) ;
8282 }
You can’t perform that action at this time.
0 commit comments