mozrest-sdk-react-dev 0.1.1 → 0.1.2
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 +5 -5
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -2041,11 +2041,11 @@ axios$2.exports = axios$1;
|
|
|
2041
2041
|
axios$2.exports.default = axios$1;
|
|
2042
2042
|
var axios = axios$2.exports;
|
|
2043
2043
|
const config$1 = {
|
|
2044
|
-
fb_app_id:
|
|
2045
|
-
fb_scopes:
|
|
2046
|
-
google_app_id:
|
|
2047
|
-
url_api:
|
|
2048
|
-
maps_key:
|
|
2044
|
+
fb_app_id: "1181690592254979",
|
|
2045
|
+
fb_scopes: "public_profile,pages_show_list,pages_manage_metadata,pages_read_user_content,pages_manage_engagement",
|
|
2046
|
+
google_app_id: "929386065249-fps893qot5cl4l9384el48dkafu2a0bm.apps.googleusercontent.com",
|
|
2047
|
+
url_api: "https://api-pre.mozrest.com",
|
|
2048
|
+
maps_key: "AIzaSyC2uXu-Z4dFWYolIQ8tPB6wkIlYWn_Bu7U"
|
|
2049
2049
|
};
|
|
2050
2050
|
const refreshToken = async () => {
|
|
2051
2051
|
try {
|