File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/google-secure-signals-integration/react_client_side/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ declare global {
1212}
1313
1414const clientSideIdentityOptions = {
15- subscriptionId : 'LBk2xJsgrS ' ,
15+ subscriptionId : 'toPh8vgJgt ' ,
1616 serverPublicKey :
17- 'UID2-X-L-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWyCP9O/6ppffj8f5PUWsEhAoMNdTBnpnkiOPZBkVnLkxOyTjPsKzf5J3ApPHzutAGNGgKAzFc6TuCfo+BWsZtQ ==' ,
17+ 'UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKAbPfOz7u25g1fL6riU7p2eeqhjmpALPeYoyjvZmZ1xM2NM8UeOmDZmCIBnKyRZ97pz5bMCjrs38WM22O7LJuw ==' ,
1818} ;
1919
2020const SecureSignalsApp = ( ) => {
@@ -168,7 +168,7 @@ const SecureSignalsApp = () => {
168168 let __uid2 = window . __uid2 ;
169169 if ( eventType === 'SdkLoaded' ) {
170170 __uid2 . init ( {
171- baseUrl : 'http ://localhost:8080 ' ,
171+ baseUrl : 'https ://operator-integ.uidapi.com ' ,
172172 } ) ;
173173 }
174174 if ( eventType === 'InitCompleted' ) {
You can’t perform that action at this time.
0 commit comments