Skip to content

Commit e05a5d8

Browse files
authored
Revert social and passwordless login in develop (#2292)
1 parent 00d2692 commit e05a5d8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/template-retail-react-app/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- Fix hreflang alternate links [#2269](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2269)
44
- PDP / PLP: Add page meta data tags that have been defined in BM [#2232](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2232)
5-
- Enable social & passwordless login in the demo storefront [#2284](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2284)
65

76
## v6.0.0 (Feb 18, 2025)
87

packages/template-retail-react-app/config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ module.exports = {
1717
},
1818
login: {
1919
passwordless: {
20-
enabled: true,
20+
enabled: false,
2121
callbackURI:
2222
process.env.PASSWORDLESS_LOGIN_CALLBACK_URI || '/passwordless-login-callback',
2323
landingPath: '/passwordless-login-landing'
2424
},
2525
social: {
26-
enabled: true,
26+
enabled: false,
2727
idps: ['google', 'apple'],
2828
redirectURI: process.env.SOCIAL_LOGIN_REDIRECT_URI || '/social-callback'
2929
},

0 commit comments

Comments
 (0)