We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32fa39 commit de1d7e9Copy full SHA for de1d7e9
1 file changed
packages/fxa-auth-server/config/index.ts
@@ -2676,15 +2676,15 @@ const convictConf = convict({
2676
},
2677
step: {
2678
// The time interval to use. In this case 1 second
2679
- default: 1,
+ default: 5 * 60,
2680
doc: 'Overrides step otp options',
2681
format: Number,
2682
env: 'MFA__OTP__STEP',
2683
2684
window: {
2685
// Number of steps contained in the window. In this case
2686
// 5 minutes worth of steps
2687
- default: 5 * 60,
+ default: 1,
2688
doc: 'Overrides window otp options',
2689
2690
env: 'MFA__OTP__WINDOW',
0 commit comments