Skip to content

Commit fd41b17

Browse files
committed
fix lint errors
1 parent cbdfe90 commit fd41b17

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/pwa-kit-create-app/assets/bootstrap/js/config/default.js.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ module.exports = {
187187
// Additional parameters that configure Express app behavior.
188188
ssrParameters: {
189189
ssrFunctionNodeVersion: '24.x',
190-
// Store the session cookies as HttpOnly for enhanced security.
191-
disableHttpOnlySessionCookies: false,
190+
// Store the session cookies as HttpOnly for enhanced security.
191+
disableHttpOnlySessionCookies: false,
192192
proxyConfigs: [
193193
{
194194
host: '{{answers.project.commerce.shortCode}}.api.commercecloud.salesforce.com',

packages/template-retail-react-app/app/components/_app-config/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const AppConfig = ({children, locals = {}}) => {
107107
defaultDnt={DEFAULT_DNT_STATE}
108108
// Set 'enablePWAKitPrivateClient' to true to use SLAS private client login flows.
109109
// Make sure to also enable useSLASPrivateClient in ssr.js when enabling this setting.
110-
enablePWAKitPrivateClient={true}
110+
enablePWAKitPrivateClient={false}
111111
privateClientProxyEndpoint={slasPrivateClientProxyEndpoint}
112112
// Uncomment 'hybridAuthEnabled' if the current site has Hybrid Auth enabled. Do NOT set this flag for hybrid storefronts using Plugin SLAS.
113113
// hybridAuthEnabled={true}

packages/template-retail-react-app/app/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
commerceAPI: {
5858
proxyPath: `/mobify/proxy/api`,
5959
parameters: {
60-
clientId: 'e14057f3-13f7-4df4-8ddb-d182775a5646',
60+
clientId: 'c9c45bfd-0ed3-4aa2-9971-40f88962b836',
6161
organizationId: 'f_ecom_zzrf_001',
6262
shortCode: '8o7m175y',
6363
siteId: 'RefArchGlobal'

0 commit comments

Comments
 (0)