feat(home): add router to clear query parameters #88

Merged
jleibl merged 3 commits from task/remove_success_url_parameter into main 2025-03-26 10:04:24 +00:00
Showing only changes of commit af90108b3b - Show all commits

View file

@ -23,7 +23,6 @@ export default class HomeComponent implements OnInit {
ngOnInit() {
this.isDepositSuccessful = this.route.snapshot.queryParams['success'] == 'true';
// Clear all query parameters without merging
this.router.navigate([], { queryParams: {} });
if (this.isDepositSuccessful) {