Commit 937a0b9c authored by Ad Schellevis's avatar Ad Schellevis

(auth) typo in LocalTOTP.php

parent ac181f51
...@@ -66,7 +66,7 @@ class LocalTOTP extends Local ...@@ -66,7 +66,7 @@ class LocalTOTP extends Local
$this->otpLength = $config['otpLength']; $this->otpLength = $config['otpLength'];
} }
if (!empty($config['graceperiod'])) { if (!empty($config['graceperiod'])) {
$this->otpLength = $config['graceperiod']; $this->graceperiod = $config['graceperiod'];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment