mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:10:13 +00:00
Remove references to library/openid
This commit is contained in:
parent
30c5916def
commit
236616995b
4 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue