Skip to content

Commit

Permalink
bug fix Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
secure73 committed Jul 8, 2024
1 parent 4a64018 commit 5475a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Request

public function __construct()
{
$this->jwt = null;
$this->token = null;
$this->error = "";
$this->authorizationHeader = null;
$this->jwtTokenStringInHeader = null;
Expand Down

0 comments on commit 5475a8f

Please sign in to comment.