Skip to content

Commit 88643c6

Browse files
committed
fix merge errors
1 parent 9cec46e commit 88643c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/template-retail-react-app/app/pages/login/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {usePrevious} from '@salesforce/retail-react-app/app/hooks/use-previous'
3131
import {isServer, noop} from '@salesforce/retail-react-app/app/utils/utils'
3232
import {
3333
getAuthorizePasswordlessErrorMessage,
34-
getLoginPasswordlessErrorMessage
34+
getLoginPasswordlessErrorMessage,
3535
getPasswordlessCallbackUrl
3636
} from '@salesforce/retail-react-app/app/utils/auth-utils'
3737
import {getConfig} from '@salesforce/pwa-kit-runtime/utils/ssr-config'

packages/template-retail-react-app/app/utils/auth-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const getPasswordlessCallbackUrl = (callbackURI) => {
6464
}
6565

6666
/**
67-
* Maps an error message to the appropriate user-friendly error message descriptor
67+
* Maps error message from authorizePasswordless mutation to the appropriate user-friendly error message descriptor
6868
* for passwordless login feature errors.
6969
*
7070
* @param {string} errorMessage - The error message from the API

0 commit comments

Comments
 (0)