Skip to content

Commit 47420ce

Browse files
committed
Fix nog meer setAuthenticated
1 parent c2cd684 commit 47420ce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/common/Security/JwtToken.php

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function __construct(
2020
parent::__construct($roles);
2121

2222
$this->setUser($user);
23-
$this->setAuthenticated(true);
2423
}
2524

2625
public function getCredentials()

lib/common/Security/TemporaryToken.php

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public function __construct(
2222
parent::__construct($account->getRoles());
2323

2424
$this->setUser($account);
25-
$this->setAuthenticated(true);
2625
}
2726

2827
public function getOriginalToken()

0 commit comments

Comments
 (0)