Skip to content
Snippets Groups Projects
Commit bafd0b1e authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix navigation

parent 7afe351b
No related merge requests found
......@@ -35,7 +35,7 @@ export class JoinRoomComponent implements OnInit {
this.noInput = false;
this.notificationService.show('Invalid room-id.');
} else {
this.router.navigate([`/participant/room/${this.room.id}`], { relativeTo: this.route });
this.router.navigate([`/participant/room/${this.room.id}`]);
}
});
} else {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment