Skip to content

Commit f32493d

Browse files
updated create template
1 parent 5cf95c6 commit f32493d

File tree

1 file changed

+5
-2
lines changed
  • packages/pwa-kit-create-app/assets/templates/@salesforce/retail-react-app/config

1 file changed

+5
-2
lines changed

packages/pwa-kit-create-app/assets/templates/@salesforce/retail-react-app/config/default.js.hbs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,11 @@ module.exports = {
145145
appSourceId: '{{answers.project.dataCloud.appSourceId}}',
146146
tenantId: '{{answers.project.dataCloud.tenantId}}'
147147
},
148-
// Note: this feature is in Developer Preview at this time. To use One Click Checkout,
149-
// enable the oneClickCheckout flag and configure private SLAS client. For more details, please
148+
// When shoppers use passwordless OTP login with one-click checkout, the system saves their shipping and payment information for faster checkout in the future.
149+
// To maintain security, implement these safeguards:
150+
// 1. Captcha - Protects the passwordless login from bots.
151+
// 2. OTP for Email Changes - Verifies your identity before an email update, prevents accidental account lockouts from typos, and prevents unauthorized users from gaining access to saved payment methods.
152+
// To use One Click Checkout, enable the oneClickCheckout flag and configure private SLAS client. For more details, please
150153
// check https://github.com/SalesforceCommerceCloud/pwa-kit/releases/tag/v3.16.0
151154
oneClickCheckout: {
152155
enabled: false

0 commit comments

Comments
 (0)