don't show errors when the login isn't an openid identity

This commit is contained in:
Robin Appelman 2011-06-23 17:58:27 +02:00
parent bd4aec2c4c
commit 1ce24d892b
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ class OC_USER_OPENID extends OC_USER_BACKEND {
$openid->Redirect(); // This will redirect user to OpenID Server
exit;
}else{
$error = $openid->GetError();
echo "ERROR CODE: " . $error['code'] . "<br>";
echo "ERROR DESCRIPTION: " . $error['description'] . "<br>";
return false;
}
exit;
}