We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0602af + 693ee94 commit 341723dCopy full SHA for 341723d
src/OAuth2Demo/Server/Controllers/Authorize.php
@@ -30,7 +30,7 @@ public function authorize(Application $app)
30
return $server->getResponse();
31
}
32
33
- // dispaly the "do you want to authorize?" form
+ // display the "do you want to authorize?" form
34
return $app['twig']->render('server/authorize.twig', array(
35
'client_id' => $app['request']->query->get('client_id'),
36
'response_type' => $app['request']->query->get('response_type')
0 commit comments