'user should navigate in same page and get logout from portal when click on return to farm bureau health plans

user should navigate in same page and get logout from portal when click on return to farm bureau health plans

html


Return to Farm Bureau Health Plans

JavaScript

handleLogout(){

const sitePrefix = basePath.replace(//s$/i, "");

const returnUrl=basePath +"/?state="+this.urlState; window.location.replace(sitePrefix +"/secur/logout.jsp?retUrl="+returnUrl);}



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source