user managment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user