File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/template-retail-react-app/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import {usePrevious} from '@salesforce/retail-react-app/app/hooks/use-previous'
3131import { isServer , noop } from '@salesforce/retail-react-app/app/utils/utils'
3232import {
3333 getAuthorizePasswordlessErrorMessage ,
34- getLoginPasswordlessErrorMessage
34+ getLoginPasswordlessErrorMessage ,
3535 getPasswordlessCallbackUrl
3636} from '@salesforce/retail-react-app/app/utils/auth-utils'
3737import { getConfig } from '@salesforce/pwa-kit-runtime/utils/ssr-config'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments