From e332a86d2471ab964c691468279510bd6a1a61ec Mon Sep 17 00:00:00 2001 From: Julien Guittard Date: Fri, 24 Jun 2016 21:35:07 -0400 Subject: [PATCH 1/2] Fixes #128 --- view/zf/auth/receive-code.phtml | 1 - 1 file changed, 1 deletion(-) diff --git a/view/zf/auth/receive-code.phtml b/view/zf/auth/receive-code.phtml index e0c469d..dea60fb 100644 --- a/view/zf/auth/receive-code.phtml +++ b/view/zf/auth/receive-code.phtml @@ -1,5 +1,4 @@ code) { printf("

The authentication code is %s

", $this->code); printf("

Use this code to request an access token.

"); From 0d6bdb376b0f9f77c744dbb675d22ff9697cbbfc Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 7 Jul 2016 16:41:18 -0500 Subject: [PATCH 2/2] Added CHANGELOG for #144 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b6b92..b1a8b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file, in reverse since corrected in that component). The patch to `AuthControllerFactory` makes it forwards compatible with zend-servicemanager v3, and prevents the original issue from recurring in the future. +- [#144](https://github.com/zfcampus/zf-oauth2/pull/144) removes an unused + variable from the `receive-code` template. ## 1.3.2 - 2016-06-24