mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-23 02:31:26 +01:00
Merge branch 'main' into autofill/pm-6426-create-alarms-manager-and-update-usage-of-long-lived-timeouts-rework
This commit is contained in:
commit
1041146724
@ -189,21 +189,11 @@ const safeProviders: SafeProvider[] = [
|
|||||||
useClass: PopupSearchService,
|
useClass: PopupSearchService,
|
||||||
deps: [LogService, I18nServiceAbstraction, StateProvider],
|
deps: [LogService, I18nServiceAbstraction, StateProvider],
|
||||||
}),
|
}),
|
||||||
safeProvider({
|
|
||||||
provide: CipherService,
|
|
||||||
useFactory: getBgService<CipherService>("cipherService"),
|
|
||||||
deps: [],
|
|
||||||
}),
|
|
||||||
safeProvider({
|
safeProvider({
|
||||||
provide: CryptoFunctionService,
|
provide: CryptoFunctionService,
|
||||||
useFactory: () => new WebCryptoFunctionService(window),
|
useFactory: () => new WebCryptoFunctionService(window),
|
||||||
deps: [],
|
deps: [],
|
||||||
}),
|
}),
|
||||||
safeProvider({
|
|
||||||
provide: CollectionService,
|
|
||||||
useFactory: getBgService<CollectionService>("collectionService"),
|
|
||||||
deps: [],
|
|
||||||
}),
|
|
||||||
safeProvider({
|
safeProvider({
|
||||||
provide: LogService,
|
provide: LogService,
|
||||||
useFactory: (platformUtilsService: PlatformUtilsService) =>
|
useFactory: (platformUtilsService: PlatformUtilsService) =>
|
||||||
|
@ -21,9 +21,10 @@
|
|||||||
ariaCurrentWhenActive="page"
|
ariaCurrentWhenActive="page"
|
||||||
>
|
>
|
||||||
<i class="bwi {{ product.icon }} tw-text-4xl !tw-m-0 !tw-mb-1"></i>
|
<i class="bwi {{ product.icon }} tw-text-4xl !tw-m-0 !tw-mb-1"></i>
|
||||||
<span class="tw-text-center tw-text-sm tw-leading-snug group-hover:tw-underline">{{
|
<span
|
||||||
product.name
|
class="tw-max-w-24 tw-text-center tw-text-sm tw-leading-snug group-hover:tw-underline"
|
||||||
}}</span>
|
>{{ product.name }}</span
|
||||||
|
>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ export class ProductSwitcherContentComponent {
|
|||||||
},
|
},
|
||||||
ac: {
|
ac: {
|
||||||
name: "Admin Console",
|
name: "Admin Console",
|
||||||
icon: "bwi-business",
|
icon: "bwi-user-monitor",
|
||||||
appRoute: ["/organizations", acOrg?.id],
|
appRoute: ["/organizations", acOrg?.id],
|
||||||
marketingRoute: "https://bitwarden.com/products/business/",
|
marketingRoute: "https://bitwarden.com/products/business/",
|
||||||
isActive: this.router.url.includes("/organizations/"),
|
isActive: this.router.url.includes("/organizations/"),
|
||||||
|
Loading…
Reference in New Issue
Block a user