Compare commits

..

No commits in common. "v1.54.0" and "v1.53.0" have entirely different histories.

View file

@ -64,7 +64,6 @@ export class RegisterComponent {
}) })
.subscribe({ .subscribe({
next: () => { next: () => {
this.closeDialog.emit();
this.router.navigate(['/home']); this.router.navigate(['/home']);
}, },
error: () => { error: () => {