Hello Helical Insight,
I am using helical insight 4.1 GA and I have created custom landing page by following this blog
Can we add custom logout button in efw Report/ custom landing page? If yes how to do that.
Thank You,
Jam.
Hello Helical Insight,
I am using helical insight 4.1 GA and I have created custom landing page by following this blog
Can we add custom logout button in efw Report/ custom landing page? If yes how to do that.
Thank You,
Jam.
Hello Jam,
Steps :
$("#LogOut").on('click',function(){
window.open(window.baseUrl+"j_spring_security_logout",'_self');
});
Thank You,
Helical Insight.