take to log out
This commit is contained in:
parent
b63598145b
commit
0813bf62b1
@ -183,6 +183,6 @@ export class AppComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
logOut() {
|
logOut() {
|
||||||
window.location = '/auth/logout';
|
window.open('/auth/logout');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user