mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Redirect to login
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user