Skip to content

Commit b5ebb91

Browse files
committed
Add description for callback URI
1 parent 779e199 commit b5ebb91

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/pwa-kit-create-app/assets/bootstrap/js/config/default.js.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module.exports = {
101101
{{else}}
102102
enabled: false,
103103
{{/if}}
104+
// The callback URI must be an absolute URL (i.e. third-party URI) set up by the developer.
104105
callbackURI: process.env.PASSKEY_CALLBACK_URI,
105106
}
106107
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module.exports = {
101101
{{else}}
102102
enabled: false,
103103
{{/if}}
104+
// The callback URI must be an absolute URL (i.e. third-party URI) set up by the developer.
104105
callbackURI: process.env.PASSKEY_CALLBACK_URI,
105106
}
106107
},

packages/template-retail-react-app/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
},
4848
passkey: {
4949
enabled: false,
50-
callbackURI: process.env.PASSKEY_CALLBACK_URI,
50+
callbackURI: process.env.PASSKEY_CALLBACK_URI
5151
}
5252
},
5353
defaultSite: 'RefArchGlobal',

0 commit comments

Comments
 (0)