This commit is contained in:
2023-07-25 07:49:51 +03:00
parent 96eca795ab
commit ce2ae68c9f
22 changed files with 25 additions and 1453 deletions
@@ -85,7 +85,7 @@ export class AuthService {
this.setCurrentUserValue(userProfile.id, userProfile);
if (authState.action === AuthenticatedActionEnum.loggedIn) {
this.router.navigate([redirectUrl || '/dashboard/dashboard1']);
this.router.navigate([redirectUrl || '/dashboard/dashboard']);
}
});
}