mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[Provider] Add support for managing providers (#1014)
This commit is contained in:
@@ -64,6 +64,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
showBrowserOutdated = false;
|
||||
showUpdateKey = false;
|
||||
showPremiumCallout = false;
|
||||
showProviders = false;
|
||||
deleted: boolean = false;
|
||||
trashCleanupWarning: string = null;
|
||||
|
||||
@@ -92,6 +93,8 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
this.showPremiumCallout = !this.showVerifyEmail && !canAccessPremium &&
|
||||
!this.platformUtilsService.isSelfHost();
|
||||
|
||||
this.showProviders = (await this.userService.getAllProviders()).length > 0;
|
||||
|
||||
await Promise.all([
|
||||
this.groupingsComponent.load(),
|
||||
this.organizationsComponent.load(),
|
||||
|
||||
Reference in New Issue
Block a user