1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Resolve the redirect to subscription (#17017)

This commit is contained in:
cyprain-okeke
2025-10-27 13:18:08 +01:00
committed by GitHub
parent c8ddaae6b3
commit a6882c36b9

View File

@@ -223,7 +223,7 @@
<h2 bitTypography="h2">{{ "manageSubscription" | i18n }}</h2>
<p bitTypography="body1" *ngIf="userOrg.isProviderUser; else isOrganizationOwner">
{{ "manageSubscriptionFromThe" | i18n }}
<a [routerLink]="['/providers', userOrg.providerId, 'manage-client-organizations']">{{
<a [routerLink]="['/providers', userOrg.providerId, 'billing', 'subscription']">{{
"providerPortal" | i18n
}}</a
>.