Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
acf5de82
authored
2017-01-13 10:13:26 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
com
1 parent
905e926c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
signin.php
signin.php
View file @
acf5de8
...
...
@@ -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
();
...
...
Please
register
or
sign in
to post a comment