diff --git a/frontend/src/app/feature/auth/register/register.component.ts b/frontend/src/app/feature/auth/register/register.component.ts index 60f289b..7a3e381 100644 --- a/frontend/src/app/feature/auth/register/register.component.ts +++ b/frontend/src/app/feature/auth/register/register.component.ts @@ -64,7 +64,6 @@ export class RegisterComponent { }) .subscribe({ next: () => { - this.closeDialog.emit(); this.router.navigate(['/home']); }, error: () => {