Fixed error with redirect of login page

This commit is contained in:
2026-05-28 15:54:05 +01:00
parent 24f82742f7
commit 7f56bb4cf8
19 changed files with 295 additions and 83 deletions
+1
View File
@@ -20,6 +20,7 @@ export class User {
modal = viewChild.required<ModalButton>('modalButton');
createUser = viewChild.required<ProfilForm>('profilForm');
usersTable = viewChild.required<UserTable>('userTable');
private usersService = inject(UsersService);
private notificationService = inject(NzNotificationService)