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 23bd43dd5..f2f905825 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 @@ -110,6 +110,8 @@ export class ProfileComponent implements OnInit { } logout() { + // clear local storage + window.localStorage.clear(); this.router.navigate(['/']); }