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:
@@ -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
|
||||
>.
|
||||
|
||||
Reference in New Issue
Block a user