Skip to content

Commit e7dff31

Browse files
committed
Add passkey login config
1 parent 25ea212 commit e7dff31

File tree

1 file changed

+4
-0
lines changed
  • packages/template-retail-react-app/config

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ module.exports = {
4444
resetPassword: {
4545
callbackURI: process.env.RESET_PASSWORD_CALLBACK_URI || '/reset-password-callback',
4646
landingPath: '/reset-password-landing'
47+
},
48+
passkey: {
49+
enabled: false,
50+
callbackURI: process.env.PASSKEY_CALLBACK_URI,
4751
}
4852
},
4953
defaultSite: 'RefArchGlobal',

0 commit comments

Comments
 (0)