This commit is contained in:
tiago.kayaya
2021-08-02 08:16:03 +01:00
parent 818abd2941
commit 426fe4c98e
+2 -2
View File
@@ -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();