summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-10-21 13:57:43 +0200
committerRobert Zorko <robertz@gurucue.com>2015-10-21 13:57:43 +0200
commitfbcca83fc33f3a622364ae90c5d82bbbdc9a9dc6 (patch)
treeb82b7f63991c024e7ac33e093121b8d94e181227 /js/codeq/comms.js
parent08e955335ecb65c308dbc68bf0610dce39ce3623 (diff)
global saml_logout has been disabled. A bug with the saml login timeout has been fixed (if the user entered the saml login screen and went back he would later get the timeout error)
Diffstat (limited to 'js/codeq/comms.js')
-rw-r--r--js/codeq/comms.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index fe609c9..306263c 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -535,6 +535,10 @@
'samlLogin': function(){
return this.send({'action':'saml_login','gui_lang':codeq.getLang()});
+ },
+
+ 'samlLogout': function(){
+ return this.send({'action':'saml_logout'});
}
};
})();