Skip to content

Commit

Permalink
Typo in Documentation - Fix FriendsOfSymfony#92
Browse files Browse the repository at this point in the history
  • Loading branch information
jmig committed Oct 4, 2012
1 parent 9bdd351 commit 4974e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/extending_the_authorization_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data with a third-party consumer. This is most of the time a page with two butto

By default, the FOSOAuthServerBundle's authorization page is really basic, and it's probably a good idea to improve it.

The first step is to copy the [`authorize_content.html.twig`](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/views/Authorize/authorize_content.html.twig) template to the `app/Resources/FOSOAuthServerBundle/view/Authorize/` directory.
The first step is to copy the [`authorize_content.html.twig`](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/views/Authorize/authorize_content.html.twig) template to the `app/Resources/FOSOAuthServerBundle/views/Authorize/` directory.

You're almost done, now you just have to customize it. By default a _client_ in the FOSOAuthServerBundle
doesn't have any _name_ or _title_ because it depends on your application, and what you really need.
Expand Down

0 comments on commit 4974e64

Please sign in to comment.