@frontegg/redux-store 5.10.0 → 5.11.0
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/auth/index.js +0 -1
- package/node/auth/index.js +0 -1
- package/package.json +1 -1
package/auth/index.js
CHANGED
|
@@ -2796,7 +2796,6 @@ function* loadSocialLoginsConfigurations() {
|
|
|
2796
2796
|
function* loadSocialLoginsConfigurationsV2() {
|
|
2797
2797
|
try {
|
|
2798
2798
|
yield put(actions.setSocialLoginsState({ loading: true }));
|
|
2799
|
-
console.log('api.auth.getSocialLoginProvidersV2', api.auth.getSocialLoginProvidersV2);
|
|
2800
2799
|
const socialLoginsConfigV2 = yield call(api.auth.getSocialLoginProvidersV2);
|
|
2801
2800
|
const baseUrl = fetch.getBaseUrl(ContextHolder.getContext());
|
|
2802
2801
|
const socialLoginsConfigWithFullUrl = socialLoginsConfigV2.map((_a) => {
|
package/node/auth/index.js
CHANGED
|
@@ -2798,7 +2798,6 @@ function* loadSocialLoginsConfigurations() {
|
|
|
2798
2798
|
function* loadSocialLoginsConfigurationsV2() {
|
|
2799
2799
|
try {
|
|
2800
2800
|
yield effects.put(actions.setSocialLoginsState({ loading: true }));
|
|
2801
|
-
console.log('api.auth.getSocialLoginProvidersV2', restApi.api.auth.getSocialLoginProvidersV2);
|
|
2802
2801
|
const socialLoginsConfigV2 = yield effects.call(restApi.api.auth.getSocialLoginProvidersV2);
|
|
2803
2802
|
const baseUrl = restApi.fetch.getBaseUrl(restApi.ContextHolder.getContext());
|
|
2804
2803
|
const socialLoginsConfigWithFullUrl = socialLoginsConfigV2.map((_a) => {
|