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 d24075cbb..a591ee022 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,7 @@ export class ProfileComponent implements OnInit { logout() { // clear local storage window.localStorage.clear(); - window.location.pathname = '/home/events' + window.location.pathname = '/' } LoginPreferenceMethod(type: string) {