mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
user canAccessPremium checks
This commit is contained in:
@@ -51,8 +51,7 @@ export class UserBillingComponent implements OnInit {
|
||||
return;
|
||||
}
|
||||
|
||||
const premium = this.tokenService.getPremium();
|
||||
if (premium) {
|
||||
if (this.tokenService.getPremium()) {
|
||||
this.loading = true;
|
||||
this.billing = await this.apiService.getUserBilling();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user