We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44a0fb3 + de1d7e9 commit 99b86c1Copy full SHA for 99b86c1
1 file changed
packages/fxa-auth-server/config/index.ts
@@ -2699,15 +2699,15 @@ const convictConf = convict({
2699
},
2700
step: {
2701
// The time interval to use. In this case 1 second
2702
- default: 1,
+ default: 5 * 60,
2703
doc: 'Overrides step otp options',
2704
format: Number,
2705
env: 'MFA__OTP__STEP',
2706
2707
window: {
2708
// Number of steps contained in the window. In this case
2709
// 5 minutes worth of steps
2710
- default: 5 * 60,
+ default: 1,
2711
doc: 'Overrides window otp options',
2712
2713
env: 'MFA__OTP__WINDOW',
0 commit comments