mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Add password for auth
This commit is contained in:
parent
8a4690b6a5
commit
5bc2da5628
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class DeveloperController extends Controller
|
|||
$clientForm->handleRequest($request);
|
||||
|
||||
if ($clientForm->isValid()) {
|
||||
$client->setAllowedGrantTypes(array('token', 'authorization_code'));
|
||||
$client->setAllowedGrantTypes(array('token', 'authorization_code','password'));
|
||||
$em->persist($client);
|
||||
$em->flush();
|
||||
|
||||
|
|
Loading…
Reference in a new issue