Skip to content

Commit f26873b

Browse files
Merge pull request #1250 from csrdelft/fix-2
Fix nog meer setAuthenticated
2 parents c2cd684 + 47420ce commit f26873b

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)