File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
commerce-sdk-react/src/auth
template-retail-react-app
app/pages/checkout/partials Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1400,7 +1400,6 @@ class Auth {
14001400 if ( authHeader ) {
14011401 options . headers . Authorization = authHeader
14021402 }
1403-
14041403 const res = await this . client . resetPassword ( options )
14051404 return res
14061405 }
Original file line number Diff line number Diff line change @@ -46,9 +46,7 @@ import {getConfig} from '@salesforce/pwa-kit-runtime/utils/ssr-config'
4646import { getEnvBasePath } from '@salesforce/pwa-kit-runtime/utils/ssr-namespace-paths'
4747import { usePasskeyLogin } from '@salesforce/retail-react-app/app/hooks/use-passkey-login'
4848import {
49- API_ERROR_MESSAGE ,
50- FEATURE_UNAVAILABLE_ERROR_MESSAGE ,
51- PASSWORDLESS_ERROR_MESSAGES
49+ API_ERROR_MESSAGE
5250} from '@salesforce/retail-react-app/app/constants'
5351
5452const ContactInfo = ( { isSocialEnabled = false , isPasswordlessEnabled = false , idps = [ ] } ) => {
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ module.exports = {
5151 mode : 'email' ,
5252 landingPath : '/reset-password-landing'
5353 }
54- }
5554 } ,
5655 siteAliases : {
5756 'site-1' : 'uk' ,
You can’t perform that action at this time.
0 commit comments