Redirect to login

This commit is contained in:
Peter Maquiran
2021-07-22 14:43:20 +01:00
parent ae673ae71d
commit c98e5412ad
@@ -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) {