This commit is contained in:
2025-08-26 16:28:27 +03:00
parent ef93d51f77
commit 6e5b89469f
14 changed files with 218 additions and 47 deletions

View File

@@ -168,7 +168,5 @@ export class RegistrationComponent implements OnInit {
}
}
goBack(): void {
this.router.navigate(['/landing']);
}
}