friendship ended with social-app. php is my new best friend

fix redirect url

Changed files
+1 -1
+1 -1
index.php
···
$options = new OAuthOptions([
'key' => 'https://'.SITE_DOMAIN.CLIENT_ID,
'secret' => CLIENT_SECRET,
-
'callbackURL' => 'http://127.0.0.1/login',
+
'callbackURL' => 'https://'.SITE_DOMAIN.'/login',
'sessionStart' => true,
]);
$connector = new React\Socket\Connector([