mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: Redirect user to home page after logout
This commit is contained in:
@@ -47,6 +47,8 @@ export class AppComponent {
|
||||
|
||||
logout() {
|
||||
this.authService.logout();
|
||||
// Redirect to home page
|
||||
this.router.navigate(['/videos/list']);
|
||||
}
|
||||
|
||||
makeFriends() {
|
||||
|
||||
Reference in New Issue
Block a user