diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts index dab387804..91bfb4fd2 100644 --- a/src/app/modals/profile/profile.page.ts +++ b/src/app/modals/profile/profile.page.ts @@ -48,8 +48,8 @@ export class ProfilePage implements OnInit { window.localStorage.clear(); setTimeout(()=>{ - window.location.pathname = '/'; - location.reload(); + //window.location.pathname = '/'; + //location.reload(); this.router.navigate(['/']); }, 1000); loader.remove();