summaryrefslogtreecommitdiff
path: root/js/codeq/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/profile.js')
-rw-r--r--js/codeq/profile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/codeq/profile.js b/js/codeq/profile.js
index 36c5ccf..f666697 100644
--- a/js/codeq/profile.js
+++ b/js/codeq/profile.js
@@ -18,6 +18,7 @@
jqBtnGoBack.on('click',function(){
history.back();//forces a transition to the previous state
});
+ if(codeq.samlLogin) $('#loggedInViaSamlSpan').css("display","");//show the span if we actually logged in with SAML
$("#screen_profile").css('display', '');
$('#disabled').css('display', 'none');
codeq.comms.getUserStat()
@@ -64,6 +65,7 @@
jqBtnChangePass.off('click');
jqBtnGoBack.off('click');
$("#screen_profile").css('display', 'none');
+ $('#loggedInViaSamlSpan').css("display","none");
}
});
})(); \ No newline at end of file