Skip to content

Commit c0aedcb

Browse files
committed
lint
1 parent 07802f3 commit c0aedcb

File tree

1 file changed

+2
-2
lines changed
  • packages/template-retail-react-app/config/mocks

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
login: {
3636
passwordless: {
3737
enabled: false,
38-
mode: 'email'
38+
mode: 'email',
3939
callbackURI: 'https://webhook.site/27761b71-50c1-4097-a600-21a3b89a546c',
4040
landingPath: '/passwordless-login-landing'
4141
},
@@ -44,7 +44,7 @@ module.exports = {
4444
idps: ['google', 'apple']
4545
},
4646
resetPassword: {
47-
mode: 'email'
47+
mode: 'email',
4848
landingPath: '/reset-password-landing'
4949
}
5050
},

0 commit comments

Comments
 (0)