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

fix redirect url

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