Remove references to library/openid

This commit is contained in:
Hypolite Petovan 2018-01-27 16:31:49 -05:00
parent 30c5916def
commit 236616995b
4 changed files with 1 additions and 5 deletions

View file

@ -68,7 +68,6 @@ class Login extends BaseModule
// Otherwise it's probably an openid.
try {
require_once 'library/openid.php';
$openid = new \LightOpenID;
$openid->identity = $openid_url;
$_SESSION['openid'] = $openid_url;