Fix comment

This commit is contained in:
Christophe Maudoux 2018-07-31 21:12:22 +02:00
parent 9f6da3d90b
commit b9082a198f

View File

@ -453,7 +453,7 @@ sub tests {
);
},
# Warn if TOTP not 6 or 8 digits long
# Warn if XSRF token TTL is higher than 10s
formTimeout => sub {
return 1 unless ( defined $conf->{formTimeout} );
return ( 0, "XSRF form token TTL must be higher than 10s" )