We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ead3dc commit 15e1be0Copy full SHA for 15e1be0
packages/template-retail-react-app/config/default.js
@@ -32,8 +32,7 @@ module.exports = {
32
login: {
33
passwordless: {
34
enabled: true,
35
- callbackURI:
36
- process.env.PASSWORDLESS_LOGIN_CALLBACK_URI || '/passwordless-login-callback',
+ mode: 'email',
37
landingPath: '/passwordless-login-landing'
38
},
39
social: {
@@ -42,7 +41,7 @@ module.exports = {
42
41
redirectURI: process.env.SOCIAL_LOGIN_REDIRECT_URI || '/social-callback'
43
44
resetPassword: {
45
- callbackURI: process.env.RESET_PASSWORD_CALLBACK_URI || '/reset-password-callback',
46
landingPath: '/reset-password-landing'
47
}
48
0 commit comments