user managment

This commit is contained in:
2024-06-24 18:37:04 +02:00
parent bafef0f6b3
commit 0c7fc6fdf7
50 changed files with 2748 additions and 219 deletions
@@ -55,7 +55,7 @@ export class LoginComponent implements OnInit {
this.router.navigate(['/']);
},
error => {
this.notificationService.openSnackBar(error.error);
this.notificationService.openSnackBar(error.error.message);
this.loading = false;
}
);