Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ composer.lock
.DS_Store
phpunit.xml
cli-config.php
.idea
4 changes: 2 additions & 2 deletions Resources/views/Authorize/authorize.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
{% endfor %}
</ul>
{% else %}
<p>{{ request.client_id }} would like to access.</p>
<p>{{ request.client_id }} would like to access your details.</p>
{% endif %}

<form action="?{{ qs|url_encode }}" method="post">
<input type="hidden" name="authorize" value="1" />
<input type="submit" value="Auhtorize" />
<input type="submit" value="Authorize" />
</form>