buildingproduct-library 4.1.2 → 4.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -1892,9 +1892,12 @@ class CustomUserAccountComponent {
|
|
|
1892
1892
|
}
|
|
1893
1893
|
logout(content) {
|
|
1894
1894
|
//this.auth.logout({ returnTo: this.UIsiteURl + '/' });
|
|
1895
|
-
this.auth.logout();
|
|
1895
|
+
//this.auth.logout();
|
|
1896
1896
|
localStorage.clear();
|
|
1897
1897
|
sessionStorage.clear();
|
|
1898
|
+
this.auth.logout({ logoutParams: {
|
|
1899
|
+
returnTo: this.UIsiteURl + '/'
|
|
1900
|
+
} });
|
|
1898
1901
|
setTimeout(() => {
|
|
1899
1902
|
window.location.href = this.UIsiteURl + '/';
|
|
1900
1903
|
}, 1500);
|