Skip to content

Commit

Permalink
fix: redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Nov 9, 2023
1 parent e0469ea commit 11bfb45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export class EditSubscriptionComponent {
}

success() {
this.router.navigateByUrl("/admin/subscriptions");
this.router.navigateByUrl("/user/subscriptions");
}

cancel() {
this.router.navigateByUrl("/admin/subscriptions");
this.router.navigateByUrl("/user/subscriptions");
}
}

0 comments on commit 11bfb45

Please sign in to comment.