diff --git a/apps/web/src/app/app.component.ts b/apps/web/src/app/app.component.ts index 97c6dccb4f..af232655ad 100644 --- a/apps/web/src/app/app.component.ts +++ b/apps/web/src/app/app.component.ts @@ -151,7 +151,7 @@ export class AppComponent implements OnDestroy, OnInit { this.i18nService.t("cancel") ); if (premiumConfirmed) { - this.router.navigate(["settings/premium"]); + this.router.navigate(["settings/subscription/premium"]); } break; }