Compare commits
No commits in common. "v1.54.0" and "v1.53.0" have entirely different histories.
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ export class RegisterComponent {
|
||||||
})
|
})
|
||||||
.subscribe({
|
.subscribe({
|
||||||
next: () => {
|
next: () => {
|
||||||
this.closeDialog.emit();
|
|
||||||
this.router.navigate(['/home']);
|
this.router.navigate(['/home']);
|
||||||
},
|
},
|
||||||
error: () => {
|
error: () => {
|
||||||
|
|
Reference in a new issue