File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
packages/template-retail-react-app Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const AppConfig = ({children, locals = {}}) => {
105105 defaultDnt = { DEFAULT_DNT_STATE }
106106 // Set 'enablePWAKitPrivateClient' to true to use SLAS private client login flows.
107107 // Make sure to also enable useSLASPrivateClient in ssr.js when enabling this setting.
108- enablePWAKitPrivateClient = { true }
108+ enablePWAKitPrivateClient = { false }
109109 privateClientProxyEndpoint = { slasPrivateClientProxyEndpoint }
110110 // Uncomment 'hybridAuthEnabled' if the current site has Hybrid Auth enabled. Do NOT set this flag for hybrid storefronts using Plugin SLAS.
111111 // hybridAuthEnabled={true}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const options = {
5151 // Set this to false if using a SLAS public client
5252 // When setting this to true, make sure to also set the PWA_KIT_SLAS_CLIENT_SECRET
5353 // environment variable as this endpoint will return HTTP 501 if it is not set
54- useSLASPrivateClient : true ,
54+ useSLASPrivateClient : false ,
5555
5656 // If you wish to use additional SLAS endpoints that require private clients,
5757 // customize this regex to include the additional endpoints the custom SLAS
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module.exports = {
3131 } ,
3232 login : {
3333 passwordless : {
34- enabled : true ,
34+ enabled : false ,
3535 mode : 'email' ,
3636 landingPath : '/passwordless-login-landing'
3737 } ,
@@ -54,10 +54,9 @@ module.exports = {
5454 commerceAPI : {
5555 proxyPath : `/mobify/proxy/api` ,
5656 parameters : {
57- clientId : 'bb1e8c16-7767-4ed8-bc5d-83efc59a208a' ,
58- // secret: FctBOLiYAMFFJVu4NiuxYYON6pTIcXjsf_4Wtj7zd80
57+ clientId : 'c9c45bfd-0ed3-4aa2-9971-40f88962b836' ,
5958 organizationId : 'f_ecom_zzrf_001' ,
60- shortCode : 'staging-001 ' ,
59+ shortCode : '8o7m175y ' ,
6160 siteId : 'RefArchGlobal'
6261 }
6362 } ,
You can’t perform that action at this time.
0 commit comments