Aktualisierung der GroupOfUser-, User- und UserRep-Controller. Aktualisieren Sie Agular-Referenzen und entfernen Sie Konsolenprotokolle.

This commit is contained in:
Developer 02
2024-07-03 16:08:26 +02:00
parent 94c77211fc
commit 601c051ecc
21 changed files with 60 additions and 86 deletions

View File

@@ -4,7 +4,6 @@ import { Observable, of } from 'rxjs';
import { AuthenticationService } from '../services/authentication.service'; // Adjust the path as necessary
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
import { LoginComponent } from '../login/login.component';
import Swal from 'sweetalert2';
@Injectable({
providedIn: 'root',
@@ -47,4 +46,4 @@ export class AuthGuard implements CanActivate {
});
return dialogRef;
}
}
}