Skip to content

Commit 0f1d4f3

Browse files
BungETHSigri44
andauthored
Update src/Service/AuthenticatorService.php
Remove test purposes Co-authored-by: Sigri44 <sigri44@hotmail.fr>
1 parent f52c91b commit 0f1d4f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Service/AuthenticatorService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class AuthenticatorService extends Service
2626
*/
2727
public function checkAdminRights(?string $apiKey)
2828
{
29-
return true;
3029
if (!empty($apiKey)) {
3130
$application = $this->getApplicationByToken($apiKey);
3231
}

0 commit comments

Comments
 (0)