1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Removed unused dependency (#17319)

This commit is contained in:
SmithThe4th
2025-11-10 15:06:12 -05:00
committed by GitHub
parent e3acd27dec
commit 1cfeef2395

View File

@@ -13,7 +13,6 @@ import {
import { CollectionView } from "@bitwarden/admin-console/common";
import { Organization } from "@bitwarden/common/admin-console/models/domain/organization";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { VaultSettingsService } from "@bitwarden/common/vault/abstractions/vault-settings/vault-settings.service";
import { CipherType } from "@bitwarden/common/vault/enums";
import {
CipherViewLike,
@@ -131,10 +130,7 @@ export class VaultCipherRowComponent<C extends CipherViewLike> implements OnInit
];
protected organization?: Organization;
constructor(
private i18nService: I18nService,
private vaultSettingsService: VaultSettingsService,
) {}
constructor(private i18nService: I18nService) {}
/**
* Lifecycle hook for component initialization.