- {{profile}} {{ loggeduser.Profile }}
diff --git a/src/app/shared/headers/header-no-search/profile/profile.page.ts b/src/app/shared/headers/header-no-search/profile/profile.page.ts
index a591ee022..a8ec709eb 100644
--- a/src/app/shared/headers/header-no-search/profile/profile.page.ts
+++ b/src/app/shared/headers/header-no-search/profile/profile.page.ts
@@ -115,7 +115,13 @@ export class ProfileComponent implements OnInit {
logout() {
// clear local storage
window.localStorage.clear();
- window.location.pathname = '/'
+
+ setTimeout(()=>{
+ window.location.pathname = '/'
+ location.reload();
+ }, 1000)
+
+
}
LoginPreferenceMethod(type: string) {