mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
show reports with upgrade message
This commit is contained in:
@@ -97,14 +97,14 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
return confirmed;
|
||||
}
|
||||
|
||||
async premiumRequired() {
|
||||
premiumRequired() {
|
||||
if (!this.canAccessPremium) {
|
||||
this.messagingService.send('premiumRequired');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
async upgradeOrganization() {
|
||||
upgradeOrganization() {
|
||||
this.messagingService.send('upgradeOrganization', { organizationId: this.cipher.organizationId });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user