Merge pull request 'feat(auth): emit closeDialog on successful registration' (!190) from refactor/dialogs into main
All checks were successful
Release / Release (push) Successful in 56s
Release / Build Backend Image (push) Successful in 22s
Release / Build Frontend Image (push) Successful in 27s

Reviewed-on: #190
This commit is contained in:
Jan-Marlon Leibl 2025-05-14 10:14:04 +00:00
commit 954e1ea6ea
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

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