Skip to content

Commit 76a810f

Browse files
committed
Lint
1 parent b5ebb91 commit 76a810f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)