Skip to content

Commit c0600da

Browse files
committed
Bug 1201422 - extend totp verification time to 90 seconds
1 parent 9c2c816 commit c0600da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bugzilla/MFA/TOTP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sub prompt {
6464

6565
sub check {
6666
my ($self, $code) = @_;
67-
$self->_auth()->verify($code)
67+
$self->_auth()->verify($code, 1)
6868
|| ThrowUserError('mfa_totp_bad_code');
6969
}
7070

0 commit comments

Comments
 (0)