fixed errors
This commit is contained in:
parent
db1e3efbf5
commit
e8217de9b6
2 changed files with 3 additions and 2 deletions
|
@ -124,7 +124,7 @@ export class RegisterComponent {
|
|||
this.registerStatus = 'success';
|
||||
this.router.navigate(['/dashboard']);
|
||||
},
|
||||
error =>
|
||||
error => {
|
||||
console.log(error);
|
||||
try {
|
||||
this.registerStatusError = '"' + error.error.error + '" Error, ' + error.error.message;
|
||||
|
|
Reference in a new issue