1
0
mirror of https://github.com/bitwarden/web synced 2026-01-18 16:33:34 +00:00

dont show billing page on self host

This commit is contained in:
Kyle Spearrin
2019-02-18 16:10:32 -05:00
parent 92b2601ba2
commit 8305b49046
4 changed files with 11 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<a routerLink="subscription" class="list-group-item" routerLinkActive="active">
{{'subscription' | i18n}}
</a>
<a routerLink="billing" class="list-group-item" routerLinkActive="active">
<a routerLink="billing" class="list-group-item" routerLinkActive="active" *ngIf="!selfHosted">
{{'billing' | i18n}}
</a>
<a routerLink="two-factor" class="list-group-item" routerLinkActive="active" *ngIf="access2fa">