acf5de82 by Jeff Balicki

com

1 parent 905e926c
......@@ -153,7 +153,7 @@ $app->post('/disconnect', function () use ($app, $client) {
$client->revokeToken($token);
// Remove the credentials from the user's session.
$app['session']->set('token', '');
return new Response('Successfully disconnected', 200);
// return new Response('Successfully disconnected', 200);
});
$app->run();
......