Skip to content

Commit 00d2692

Browse files
authored
Enable Social & Passwordless Login in Demo Storefront (#2284)
1 parent 9c257ca commit 00d2692

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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)
56

67
## v6.0.0 (Feb 18, 2025)
78

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: false,
20+
enabled: true,
2121
callbackURI:
2222
process.env.PASSWORDLESS_LOGIN_CALLBACK_URI || '/passwordless-login-callback',
2323
landingPath: '/passwordless-login-landing'
2424
},
2525
social: {
26-
enabled: false,
26+
enabled: true,
2727
idps: ['google', 'apple'],
2828
redirectURI: process.env.SOCIAL_LOGIN_REDIRECT_URI || '/social-callback'
2929
},

0 commit comments

Comments
 (0)