mozrest-sdk-react-dev 0.1.53 → 0.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mozrest-sdk.es.js +0 -3
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -46659,9 +46659,7 @@ const GoogleButton$1 = ({
|
|
|
46659
46659
|
onDisconnect("Google");
|
|
46660
46660
|
};
|
|
46661
46661
|
const onLoginSuccess = async ({ code }) => {
|
|
46662
|
-
console.log("onLoginSuccess");
|
|
46663
46662
|
const data2 = await executeGetGoogleAccounts({ code, venueId });
|
|
46664
|
-
console.log("data on login success", data2);
|
|
46665
46663
|
if (!data2) {
|
|
46666
46664
|
return;
|
|
46667
46665
|
}
|
|
@@ -59879,7 +59877,6 @@ const VenueListingDetail = ({
|
|
|
59879
59877
|
const { execute: executePopulateListing } = useService(PopulateListing);
|
|
59880
59878
|
const handlePopulate = () => {
|
|
59881
59879
|
if (googleResponse !== void 0) {
|
|
59882
|
-
console.log("Profile is being populate by Google data");
|
|
59883
59880
|
void executePopulateListing({ venueListingId, module: "Google" });
|
|
59884
59881
|
}
|
|
59885
59882
|
};
|