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.
1 parent 7caae35 commit b0d5f20Copy full SHA for b0d5f20
view/zf/auth/receive-code.phtml
@@ -2,7 +2,7 @@
2
if ($this->code) {
3
printf("<h2>The authentication code is %s</h2>", $this->code);
4
printf("<p>Use this code to request an access token.</p>");
5
- printf("For instance, using <a href=\"https://github.com/jkbr/httpie\">HTTPie</a>:</p> ");
+ printf("<p>For instance, using <a href=\"https://github.com/jkbr/httpie\">HTTPie</a>:</p> ");
6
printf(
7
"<p>http POST %s grant_type=authorization_code code=%s redirect_uri=%s client_id=testclient client_secret=testpass</p>",
8
$this->serverUrl('/oauth'),
0 commit comments