This commit is contained in:
Peter Maquiran
2021-07-05 11:27:10 +01:00
parent ac816d2d96
commit 43db3c2193
@@ -110,6 +110,8 @@ export class ProfileComponent implements OnInit {
}
logout() {
// clear local storage
window.localStorage.clear();
this.router.navigate(['/']);
}