com
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -153,7 +153,7 @@ $app->post('/disconnect', function () use ($app, $client) { | ... | @@ -153,7 +153,7 @@ $app->post('/disconnect', function () use ($app, $client) { |
| 153 | $client->revokeToken($token); | 153 | $client->revokeToken($token); |
| 154 | // Remove the credentials from the user's session. | 154 | // Remove the credentials from the user's session. |
| 155 | $app['session']->set('token', ''); | 155 | $app['session']->set('token', ''); |
| 156 | return new Response('Successfully disconnected', 200); | 156 | // return new Response('Successfully disconnected', 200); |
| 157 | }); | 157 | }); |
| 158 | 158 | ||
| 159 | $app->run(); | 159 | $app->run(); | ... | ... |
-
Please register or sign in to post a comment