1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-02 11:34:53 +02:00

[SM-107] Fix url for premium subscription (#3206)

This commit is contained in:
Oscar Hinton 2022-07-29 16:22:50 +02:00 committed by GitHub
parent a46510bab4
commit cc91b79a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}