Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
frontend-auth
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
869436a0
authored
2016-12-01 17:50:55 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Return the deferred in auth.logout().
Refs: #7992
1 parent
26baf78d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/scripts/Auth.js
src/scripts/Auth.js
View file @
869436a
...
...
@@ -250,7 +250,7 @@ define(function(require) {
};
this
.
logout
=
function
()
{
_
.
invoke
(
this
.
get
(
'providers'
).
values
(),
'logout'
);
api
(
'auth:logout'
);
return
api
(
'auth:logout'
);
};
bindMethods
(
this
,
'login'
,
'logout'
);
},
...
...
Please
register
or
sign in
to post a comment