summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
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'});
}
};
})();