WlP: feat(auth): emit closeDialog on successful registration #190

Merged
jleibl merged 1 commit from refactor/dialogs into main 2025-05-14 10:14:04 +00:00

View file

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