diff --git a/System/Jwt/Jwt.php b/System/Jwt/Jwt.php index ca0dbe29..26b5a584 100644 --- a/System/Jwt/Jwt.php +++ b/System/Jwt/Jwt.php @@ -41,7 +41,7 @@ class Jwt extends Component $this->public = Config::get('ssl.public', $this->public); $this->private = Config::get('ssl.private', $this->private); - $this->timeout = Config::get('ssl.timeout', 7200); + $this->timeout = Config::get('jwt.timeout', 7200); $jwt = Config::get('jwt', []); if ($jwt) {