From d0f0246a695f40d471a04ca2852abb0d1e34b06d Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Thu, 13 Feb 2025 12:01:52 -0700 Subject: [PATCH 1/2] prod values instead of local --- .../react_client_side/src/SecureSignalsApp.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx b/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx index 3a676e2..e8a9dff 100644 --- a/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx +++ b/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx @@ -12,9 +12,9 @@ declare global { } const clientSideIdentityOptions = { - subscriptionId: 'LBk2xJsgrS', + subscriptionId: 'toPh8vgJgt', serverPublicKey: - 'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ==', + 'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw==', }; const SecureSignalsApp = () => { From a55148b7de6614b87d3079cf31e7e9d71de3791c Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Thu, 13 Feb 2025 12:18:17 -0700 Subject: [PATCH 2/2] correct prod base url --- .../react_client_side/src/SecureSignalsApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx b/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx index e8a9dff..b6f922a 100644 --- a/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx +++ b/examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx @@ -168,7 +168,7 @@ const SecureSignalsApp = () => { let __uid2 = window.__uid2; if (eventType === 'SdkLoaded') { __uid2.init({ - baseUrl: 'http://localhost:8080', + baseUrl: 'https://operator-integ.uidapi.com', }); } if (eventType === 'InitCompleted') {