154. Test register (#20)

This commit is contained in:
Art
2021-09-20 14:57:20 +03:00
parent 1c704ba9f1
commit 1b93325fcc
2 changed files with 0 additions and 4 deletions

View File

@ -41,7 +41,6 @@ export class RegisterComponent implements OnInit, OnDestroy {
this.showLoading = false;
},
(errorResponse: HttpErrorResponse) => {
console.log(errorResponse);
this.sendErrorNotification(errorResponse.error.message);
this.showLoading = false;
}