forked from wallabag/wallabag
Prepare wallabag 2.6.3
This commit is contained in:
@ -75,7 +75,6 @@ class DeveloperController extends AbstractController
|
||||
*/
|
||||
public function deleteClientAction(Request $request, Client $client, EntityManagerInterface $entityManager, TranslatorInterface $translator)
|
||||
{
|
||||
|
||||
if (!$this->isCsrfTokenValid('delete-client', $request->request->get('token'))) {
|
||||
throw $this->createAccessDeniedException('Bad CSRF token.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user