This commit is contained in:
Bastian Wagner
2024-09-11 10:42:54 +02:00
parent 110a4b89c6
commit 561ce15dd6
8 changed files with 94 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ export class DashboardComponent implements OnInit {
})
}
logout() {
this.userService.logout();
}
}