first commit

This commit is contained in:
Dhanraj
2024-09-22 10:21:52 +05:30
parent 9c6c3abc32
commit bd5119fc3c
697 changed files with 112184 additions and 10841 deletions

View File

@ -28,7 +28,7 @@ export class AuthenticationGuard implements CanActivate {
if (this.authenticationService.isUserLoggedIn())
return true;
else {
this.router.navigate(['/login']);
this.router.navigate(['/dashboard/login']);
this.notificationService.notify(NotificationType.ERROR, `You need to log in to access this page`);