fix
This commit is contained in:
@@ -51,7 +51,7 @@ implements OnInit {
|
||||
|
||||
this.authService.isAuthenticated$.subscribe(isAuthenticated => {
|
||||
if (isAuthenticated) {
|
||||
this.router.navigate([this.getRedirect() || '/dashboard/dashboard1']);
|
||||
this.router.navigate([this.getRedirect() || '/dashboard/dashboard']);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user