File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/template-retail-react-app Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments