1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[AC-1453] Move SecretsManagerLogo into OSS code (#6447)

* Add failing eslint rule

* Move SecretsManagerLogo into OSS code
This commit is contained in:
Thomas Rittson
2023-09-30 01:58:06 +10:00
committed by GitHub
parent 41b8a25a87
commit c7afbab217
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
"**/organizations/settings/*",
"**/organizations/policies/*",
"@bitwarden/web-vault/*",
"src/**/*"
"src/**/*",
"bitwarden_license"
],
"paths": ["@fluffy-spoon/substitute"]
}

View File

@@ -7,7 +7,7 @@ import { PlanResponse } from "@bitwarden/common/billing/models/response/plan.res
import { ProductType } from "@bitwarden/common/enums";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { SecretsManagerLogo } from "../../../../../../../bitwarden_license/bit-web/src/app/secrets-manager/layout/secrets-manager-logo";
import { SecretsManagerLogo } from "../../../layouts/secrets-manager-logo";
export interface SecretsManagerSubscription {
enabled: boolean;

File diff suppressed because one or more lines are too long