Aktualisierung der GroupOfUser-, User- und UserRep-Controller. Aktualisieren Sie Agular-Referenzen und entfernen Sie Konsolenprotokolle.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user