File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/pwa-kit-create-app/assets
templates/@salesforce/retail-react-app/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102102 enabled: false,
103103 {{ /if }}
104104 // The callback URI must be an absolute URL (i.e. third-party URI) set up by the developer.
105- callbackURI: process.env.PASSKEY_CALLBACK_URI,
105+ callbackURI: process.env.PASSKEY_CALLBACK_URI
106106 }
107107 },
108108 // The default site for your app. This value will be used when a siteRef could not be determined from the url
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102102 enabled: false,
103103 {{ /if }}
104104 // The callback URI must be an absolute URL (i.e. third-party URI) set up by the developer.
105- callbackURI: process.env.PASSKEY_CALLBACK_URI,
105+ callbackURI: process.env.PASSKEY_CALLBACK_URI
106106 }
107107 },
108108 // The default site for your app. This value will be used when a siteRef could not be determined from the url
You can’t perform that action at this time.
0 commit comments