Skip to content

Commit

Permalink
fix: redirect url on new subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Nov 8, 2023
1 parent f3e941c commit e14337b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class NewSubscriptionComponent implements OnInit {

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

cancel() {
Expand Down

0 comments on commit e14337b

Please sign in to comment.