1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-10 06:08:34 +02:00
bitwarden-browser/src/app/settings/user-billing.component.html

5 lines
167 B
HTML
Raw Normal View History

2018-06-28 20:05:04 +02:00
<div class="page-header">
<h1>{{'billingAndLicensing' | i18n}}</h1>
</div>
2018-06-29 05:05:49 +02:00
<app-premium *ngIf="!premium" (onPremiumPurchased)="loadPremiumStatus()"></app-premium>