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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index 225026b..5908e0d 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -527,7 +527,7 @@
},
'samlLogin': function(){
- return this.send({'action':'saml_login'});
+ return this.send({'action':'saml_login','gui_lang':codeq.getLang()});
}
};
})();