take to log out

This commit is contained in:
Thomas Atkins 2020-02-09 00:53:59 -06:00
parent b63598145b
commit 0813bf62b1

View File

@ -183,6 +183,6 @@ export class AppComponent implements OnInit {
}
logOut() {
window.location = '/auth/logout';
window.open('/auth/logout');
}
}