Skip to content

Commit e9571a3

Browse files
committed
chore: comment changes
1 parent e835ac3 commit e9571a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Adapters/Auth/mfa.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ class MFAAdapter extends AuthAdapter {
9797

9898
// Define default periods for each method
9999
const defaultPeriods = {
100-
SMS: 30, // 5 minutes for SMS
101-
EMAIL: 30, // 5 minutes for Email
100+
SMS: 30, // 30 seconds for SMS
101+
EMAIL: 300, // 5 minutes for Email
102102
TOTP: 30, // 30 seconds for TOTP
103103
};
104104

0 commit comments

Comments
 (0)