From fbcca83fc33f3a622364ae90c5d82bbbdc9a9dc6 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Wed, 21 Oct 2015 13:57:43 +0200 Subject: 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) --- js/codeq/comms.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/codeq/comms.js') 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'}); } }; })(); -- cgit v1.2.1