Skip to content

Commit ee0cb67

Browse files
error handling
1 parent 19dfaaa commit ee0cb67

File tree

1 file changed

+1
-4
lines changed
  • packages/template-retail-react-app/app/components/_app-config

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
* - assets/bootstrap/js/overrides/app/components/_app-config
1414
* - assets/templates/@salesforce/retail-react-app/app/components/_app-config
1515
*/
16-
// Must run before commerce-sdk-react loads so passwordless requests from checkout-one-click send the bypass header
17-
import '@salesforce/retail-react-app/app/utils/patch-passwordless-fetch'
18-
1916
import React from 'react'
2017
import PropTypes from 'prop-types'
2118
import {ChakraProvider} from '@salesforce/retail-react-app/app/components/shared/ui'
@@ -110,7 +107,7 @@ const AppConfig = ({children, locals = {}}) => {
110107
defaultDnt={DEFAULT_DNT_STATE}
111108
// Set 'enablePWAKitPrivateClient' to true to use SLAS private client login flows.
112109
// Make sure to also enable useSLASPrivateClient in ssr.js when enabling this setting.
113-
enablePWAKitPrivateClient={true}
110+
enablePWAKitPrivateClient={false}
114111
privateClientProxyEndpoint={slasPrivateClientProxyEndpoint}
115112
// Uncomment 'hybridAuthEnabled' if the current site has Hybrid Auth enabled. Do NOT set this flag for hybrid storefronts using Plugin SLAS.
116113
// hybridAuthEnabled={true}

0 commit comments

Comments
 (0)