We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cd684 commit 47420ceCopy full SHA for 47420ce
lib/common/Security/JwtToken.php
@@ -20,7 +20,6 @@ public function __construct(
20
parent::__construct($roles);
21
22
$this->setUser($user);
23
- $this->setAuthenticated(true);
24
}
25
26
public function getCredentials()
lib/common/Security/TemporaryToken.php
@@ -22,7 +22,6 @@ public function __construct(
parent::__construct($account->getRoles());
$this->setUser($account);
27
28
public function getOriginalToken()
0 commit comments