This commit is contained in:
2021-08-11 14:07:58 +08:00
parent bd17e8a713
commit 505f7985ab
+1 -1
View File
@@ -41,7 +41,7 @@ class Jwt extends Component
$this->public = Config::get('ssl.public', $this->public); $this->public = Config::get('ssl.public', $this->public);
$this->private = Config::get('ssl.private', $this->private); $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', []); $jwt = Config::get('jwt', []);
if ($jwt) { if ($jwt) {