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

@ -22,7 +22,7 @@
<i class="fa fa-users"></i>
Users
</a>
<a class="nav-item nav-link active ml-1" (click)="changeTitle('Professors')" [routerLink]="['/professor/management']" >
<a class="nav-item nav-link active ml-1" (click)="changeTitle('Professors')" [routerLink]="['/dashboard/professorManagement']" >
<i class="fa fa-users"></i>
Professors
</a>

View File

@ -236,7 +236,7 @@ export class UserComponent implements OnInit, OnDestroy {
onLogOut() {
this.authenticationService.logout();
this.router.navigate(['/login']);
this.router.navigate(['/dashboard/login']);
this.sendNotification(NotificationType.SUCCESS, 'You have been successfully logged out');
}