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