mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
Prepare wallabag 2.6.3
This commit is contained in:
parent
ffcc5c9062
commit
ca879c36de
6 changed files with 47 additions and 14 deletions
|
@ -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.');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue