Compare commits

..

No commits in common. "954e1ea6ea369f0b3faae3928c883e470538dea7" and "435f0513b50c3df6b7dd85b34badd028324da1b6" have entirely different histories.

View file

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