Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
[PS-301] Load OssModule from BitwardenLicense (#1626)
Browse files Browse the repository at this point in the history
(cherry picked from commit 96641cf)
  • Loading branch information
MGibson1 committed Apr 28, 2022
1 parent 3a248bc commit 2914fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitwarden_license/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { InfiniteScrollModule } from "ngx-infinite-scroll";
import { JslibModule } from "jslib-angular/jslib.module";

import { OssRoutingModule } from "src/app/oss-routing.module";
import { OssModule } from "src/app/oss.module";
import { ServicesModule } from "src/app/services/services.module";
import { WildcardRoutingModule } from "src/app/wildcard-routing.module";

Expand All @@ -19,6 +20,7 @@ import { MaximumVaultTimeoutPolicyComponent } from "./policies/maximum-vault-tim

@NgModule({
imports: [
OssModule,
JslibModule,
BrowserAnimationsModule,
FormsModule,
Expand Down

0 comments on commit 2914fc2

Please sign in to comment.