diff options
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Consumer.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 885b023..13b0b12 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -753,9 +753,6 @@ class Auth_OpenID_GenericConsumer { return $result; } - $response_identity = $message->getArg(Auth_OpenID_OPENID_NS, - 'identity'); - $result = $this->_idResCheckNonce($message, $endpoint); if (Auth_OpenID::isFailure($result)) { |