1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-07 16:48:38 +00:00

fix api properties and typo

This commit is contained in:
Thomas Citharel 2016-03-15 18:50:13 +01:00
parent 3500d4099f
commit 0d3043a29c
3 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ class DeveloperController extends Controller
$clientForm->handleRequest($request);
if ($clientForm->isValid()) {
$client->setAllowedGrantTypes(array('token', 'authorization_code', 'password','refresh_token'));
$client->setAllowedGrantTypes(array('token', 'authorization_code', 'password', 'refresh_token'));
$em->persist($client);
$em->flush();