File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/template-retail-react-app/app/components/_app-config Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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-
1916import React from 'react'
2017import PropTypes from 'prop-types'
2118import { 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}
You can’t perform that action at this time.
0 commit comments